summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2002-03-10 01:46:56 +0000
committerAndrew Tridgell <tridge@samba.org>2002-03-10 01:46:56 +0000
commit73b3487daf4d7c65aac2c8ec150539791d19e1f5 (patch)
tree384be0d3d157dcc260548750bd5e4f9783859353
parentf56d689497eaa670cbfb214486ba88d5972129db (diff)
downloadsamba-73b3487daf4d7c65aac2c8ec150539791d19e1f5.tar.gz
samba-73b3487daf4d7c65aac2c8ec150539791d19e1f5.tar.xz
samba-73b3487daf4d7c65aac2c8ec150539791d19e1f5.zip
prevent bogus compiler complaints about comments in comments
-rw-r--r--source/tdb/tdbbackup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/tdb/tdbbackup.c b/source/tdb/tdbbackup.c
index 91bedb5661d..ae8f143440d 100644
--- a/source/tdb/tdbbackup.c
+++ b/source/tdb/tdbbackup.c
@@ -21,10 +21,10 @@
/*
This program is meant for backup/restore of tdb databases. Typical usage would be:
- tdbbackup /var/lock/samba/*.tdb
+ tdbbackup *.tdb
when Samba shuts down cleanly, which will make a backup of all the local databases
to *.bak files. Then on Samba startup you would use:
- tdbbackup -v /var/lock/samba/*.tdb
+ tdbbackup -v *.tdb
and this will check the databases for corruption and if corruption is detected then
the backup will be restored.