summaryrefslogtreecommitdiff
path: root/security/sfs/files/patch-upgradedb.pl
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2013-08-23 09:52:03 +0000
committerRene Ladan <rene@FreeBSD.org>2013-08-23 09:52:03 +0000
commit2738c7104a48594687e2961acdddf8ff2b2b0a97 (patch)
tree3815fb6028bd8305001c0bbd6399d9816f1430bc /security/sfs/files/patch-upgradedb.pl
parent- Attempt to unbreak parallel (-jX) builds by fixing targets dependencies (diff)
Remove expired port:
2013-08-23 security/sfs: Broken on FreeBSD 8 and newer
Notes
Notes: svn path=/head/; revision=325258
Diffstat (limited to 'security/sfs/files/patch-upgradedb.pl')
-rw-r--r--security/sfs/files/patch-upgradedb.pl11
1 files changed, 0 insertions, 11 deletions
diff --git a/security/sfs/files/patch-upgradedb.pl b/security/sfs/files/patch-upgradedb.pl
deleted file mode 100644
index ce4825be11ec..000000000000
--- a/security/sfs/files/patch-upgradedb.pl
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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);
-
-