chiark / gitweb /
update TODO
[chiark-utils.git] / backup / settings.pl
index a550206ffd8141f01d69b7e6bf21ba440c9254cd..0c3752f88f5a28c4abe0cbb618d6e6d5524a508f 100644 (file)
@@ -1,8 +1,9 @@
-#
-chdir '/var/local/backup' or die $!;
-push(@INC,'/usr/local/lib/backup');
-$ENV{'PATH'} =~ s,^/usr/local/lib/backup:/usr/local/bin:,,;
-$ENV{'PATH'}= '/usr/local/lib/backup:/usr/local/bin:'.$ENV{'PATH'};
+# configuration, for putting in /etc/chiark-backup
+
+chdir '/var/lib/chiark-backup' or die $!;
+push(@INC,'/usr/lib/chiark-backup');
+$ENV{'PATH'} =~ s,^/usr/lib/chiark-backup,,;
+$ENV{'PATH'}= '/usr/lib/chiark-backup:'.$ENV{'PATH'};
 
 # This sets both blocksizes to 512b. Note that both must be the
 # same if using the zftape floppy tape driver, since that requires