summaryrefslogtreecommitdiff
path: root/security/sfs/files/patch-upgradedb.pl
diff options
context:
space:
mode:
Diffstat (limited to 'security/sfs/files/patch-upgradedb.pl')
-rw-r--r--security/sfs/files/patch-upgradedb.pl11
1 files changed, 11 insertions, 0 deletions
diff --git a/security/sfs/files/patch-upgradedb.pl b/security/sfs/files/patch-upgradedb.pl
new file mode 100644
index 000000000000..ce4825be11ec
--- /dev/null
+++ b/security/sfs/files/patch-upgradedb.pl
@@ -0,0 +1,11 @@
+--- sfsauthd/upgradedb.pl.orig Fri Dec 6 01:26:18 2002
++++ sfsauthd/upgradedb.pl Fri Dec 6 01:26:36 2002
+@@ -16,7 +16,7 @@
+ use vars qw [ $LOCATE $SFS_USERS @SFS_CONF_DIRS %FIELDS ];
+ $LOCATE = "locate";
+ $SFS_USERS = "sfs_users";
+-@SFS_CONF_DIRS = qw [ /etc/sfs ];
++@SFS_CONF_DIRS = qw [ /usr/local/etc/sfs ];
+ %FIELDS = ( user => 0, pubkey => 1, privs => 2, srpinfo => 3, privkey => 4);
+
+