diff options
author | murray <murray@FreeBSD.org> | 2003-05-03 15:54:31 +0800 |
---|---|---|
committer | murray <murray@FreeBSD.org> | 2003-05-03 15:54:31 +0800 |
commit | 247b62c48a2afe5035f7e046cd7423b632304310 (patch) | |
tree | 2b51de04de200be62150a87e9983f019d293d50d /comms/efax | |
parent | a5008a3fe5a18d90c2674fab8c6f7ce11f862636 (diff) | |
download | freebsd-ports-gnome-247b62c48a2afe5035f7e046cd7423b632304310.tar.gz freebsd-ports-gnome-247b62c48a2afe5035f7e046cd7423b632304310.tar.zst freebsd-ports-gnome-247b62c48a2afe5035f7e046cd7423b632304310.zip |
Remove unnecessary SUID bit from efax executable. Remove FORBIDDEN
status.
Submitted by: mita
Diffstat (limited to 'comms/efax')
-rw-r--r-- | comms/efax/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/comms/efax/Makefile b/comms/efax/Makefile index a50c2a56fce3..ab73cd2753c5 100644 --- a/comms/efax/Makefile +++ b/comms/efax/Makefile @@ -13,8 +13,6 @@ MASTER_SITES= http://shino.pos.to/linux/ MAINTAINER= mita@FreeBSD.org COMMENT= Fax send/receive program -FORBIDDEN= "Buffer overflow yielding setuid uucp" - RUN_DEPENDS= xloadimage:${PORTSDIR}/x11/xloadimage USE_GMAKE= YES @@ -32,8 +30,6 @@ post-build: ${WRKSRC}/fax post-install: - ${CHOWN} uucp:dialer ${PREFIX}/bin/efax - ${CHMOD} 4755 ${PREFIX}/bin/efax ${INSTALL_DATA} ${WRKSRC}/efax.rc.sample ${PREFIX}/etc ${INSTALL_DATA} ${WRKSRC}/efax.rc.sample.ja ${PREFIX}/etc ${MKDIR} ${DOCDIR} |