diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2003-01-02 05:23:45 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2003-01-02 05:23:45 +0000 |
commit | 221b756b88810bd343882fc1a42cbd0a5d726f20 (patch) | |
tree | 187f1fff9f16fe033d38b6f5ecaa45107c7390a1 /security/sfs/files/patch-upgradedb.pl | |
parent | Update to 0.9.8 (diff) |
Update to 0.7.2.
PR: 46148
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=72162
Diffstat (limited to 'security/sfs/files/patch-upgradedb.pl')
-rw-r--r-- | security/sfs/files/patch-upgradedb.pl | 11 |
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); + + |