diff options
author | linimon <linimon@FreeBSD.org> | 2007-11-23 09:22:51 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-11-23 09:22:51 +0800 |
commit | 245f79c789aab1b352463df4d673918fd20f15a0 (patch) | |
tree | d2a4b111bfb3de081f3399ae2cdbe5d240494649 /security/sfs | |
parent | 90a9318c1bdf7613255db1f3aa47eaf41461d081 (diff) | |
download | freebsd-ports-gnome-245f79c789aab1b352463df4d673918fd20f15a0.tar.gz freebsd-ports-gnome-245f79c789aab1b352463df4d673918fd20f15a0.tar.zst freebsd-ports-gnome-245f79c789aab1b352463df4d673918fd20f15a0.zip |
Add sfsrwcd: clients cannot make connections without it.
Part of: ports/116966
Submitted by: maintainer, private email
Approved by: portmgr (self)
Diffstat (limited to 'security/sfs')
-rw-r--r-- | security/sfs/Makefile | 4 | ||||
-rw-r--r-- | security/sfs/pkg-plist | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/security/sfs/Makefile b/security/sfs/Makefile index e56f3aa44b15..8e2d1d08b99c 100644 --- a/security/sfs/Makefile +++ b/security/sfs/Makefile @@ -8,7 +8,7 @@ PORTNAME= sfs PORTVERSION= 0.7.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= security net MASTER_SITES= http://www.fs.net/sfswww/dist/ @@ -107,7 +107,7 @@ post-extract: ${WRKSRC}/sfsrwsd/client.C post-configure: - @${REINPLACE_CMD} -e 's/^LIBTOOL =/#LIBTOOL =/' \ + @${REINPLACE_CMD} -e 's/^\(NOPAGING =\).*$$/(\1)/' \ ${WRKSRC}/sfsrwcd/Makefile pre-install: diff --git a/security/sfs/pkg-plist b/security/sfs/pkg-plist index bab753a7fa08..ccb625832089 100644 --- a/security/sfs/pkg-plist +++ b/security/sfs/pkg-plist @@ -154,6 +154,7 @@ lib/sfs-%%SFS_VERSION%%/proxy lib/sfs-%%SFS_VERSION%%/ptyd lib/sfs-%%SFS_VERSION%%/rexd lib/sfs-%%SFS_VERSION%%/sfsauthd +lib/sfs-%%SFS_VERSION%%/sfsrwcd lib/sfs-%%SFS_VERSION%%/sfsrwsd @group sfs lib/sfs-%%SFS_VERSION%%/suidconnect |