Blob Blame History Raw
--- rsnapshot.conf.default.in.orig	2006-06-13 22:48:01.000000000 -0700
+++ rsnapshot.conf.default.in	2007-05-28 13:25:46.000000000 -0700
@@ -41,7 +41,7 @@
 #
 # See the README file or the man page for more details.
 #
-#@CMD_CP@
+@CMD_CP@
 
 # uncomment this to use the rm program instead of the built-in perl routine.
 #
@@ -64,7 +64,7 @@
 # If you have an older version of "du", you may also want to check the
 # "du_args" parameter below.
 #
-#@CMD_DU@
+@CMD_DU@
 
 # Uncomment this to specify the path to rsnapshot-diff.
 #
@@ -113,7 +113,7 @@
 # If you enable this, data will be written to the file you specify. The
 # amount of data written is controlled by the "loglevel" parameter.
 #
-#logfile	/var/log/rsnapshot
+logfile	/var/log/rsnapshot
 
 # If enabled, rsnapshot will write a lockfile to prevent two instances
 # from running simultaneously (and messing up the snapshot_root).