diff options
author | Dave Reisner <d@falconindy.com> | 2010-01-09 12:05:22 -0500 |
---|---|---|
committer | Dave Reisner <d@falconindy.com> | 2010-01-09 12:05:22 -0500 |
commit | 22ccec8bd6c924e311d476e8cfd44804615b6d4e (patch) | |
tree | 8b02de8738fa23f40c64bd629e18ee49dd4fbafc | |
parent | d316136d6948e16fa75acceba87d348dcf4a69d2 (diff) | |
download | squashfu-22ccec8bd6c924e311d476e8cfd44804615b6d4e.tar.gz |
Revert last commit
-rw-r--r-- | squashfu.conf | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/squashfu.conf b/squashfu.conf index 1e15af5..58fc66f 100644 --- a/squashfu.conf +++ b/squashfu.conf @@ -1,13 +1,5 @@ # Config file for Super Deluxe SquashFu Backup Express -# Define important program locations to ensure userspace doesn't -# taint our invocation. -MOUNT=`which mount` -UMOUNT=`which umount` -MKSQUASHFS=`which mksquashfs` -RSYNC=`which rsync` - - # Show debugging information. This might be useful in the event # you need to troubleshoot. DEBUG=true |