chiark / gitweb /
Working on debianisation and packaging.
[chiark-utils.git] / backup / settings.pl
index b503f917ce5915abb916bcd9d4f36305b39267f6..0c3752f88f5a28c4abe0cbb618d6e6d5524a508f 100644 (file)
@@ -1,9 +1,9 @@
-# configuration, for putting in /etc/backup
+# configuration, for putting in /etc/chiark-backup
 
-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'};
+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