chiark / gitweb /
As found on chiark in /usr/local/lib/backup and /etc/backup: chiark's config and...
[chiark-utils.git] / backup / backuplib.pl
index d412c9400776e47dc40539cf40628e34e95e9209..5803a9f84f910d5bec34a4ff7e2996d4aaa0b9c3 100644 (file)
@@ -53,9 +53,6 @@ sub readfsys ($) {
        if (m/^prefix\s+(\w+)\s+(\S.*\S)$/) {
            $prefix{$1}= $2;
            next;
-       } elsif (m/^prefix\-df\s+(\w+)\s+(\S.*\S)$/) {
-           $prefixdf{$1}= $2;
-           next;
        }
        push @fsys,$_;
     }