diff options
author | thierry <thierry@FreeBSD.org> | 2006-01-08 06:57:27 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2006-01-08 06:57:27 +0800 |
commit | 66058663e8ae0132730e8b34fcaca8bf3d8f21f4 (patch) | |
tree | 567ae07710a80b0a604e565359395685406b4e7d /x11 | |
parent | f0e9db3b72941dfac6efe69f9faddc83bb2a406a (diff) | |
download | freebsd-ports-gnome-66058663e8ae0132730e8b34fcaca8bf3d8f21f4.tar.gz freebsd-ports-gnome-66058663e8ae0132730e8b34fcaca8bf3d8f21f4.tar.zst freebsd-ports-gnome-66058663e8ae0132730e8b34fcaca8bf3d8f21f4.zip |
Install urxvtd setuid root (like urxvt) in order to secure tty device
permissions.
Reported by: Ryan Beasley <ryanb (at) rainbowdevilsland.co.uk>
Diffstat (limited to 'x11')
-rw-r--r-- | x11/rxvt-unicode/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/rxvt-unicode/Makefile b/x11/rxvt-unicode/Makefile index 49262cb3a8e3..3acb353dd98e 100644 --- a/x11/rxvt-unicode/Makefile +++ b/x11/rxvt-unicode/Makefile @@ -7,6 +7,7 @@ PORTNAME= rxvt-unicode PORTVERSION= 6.3 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://dist.schmorp.de/rxvt-unicode/%SUBDIR%/ MASTER_SITE_SUBDIR= . Attic @@ -188,7 +189,7 @@ pre-configure: ${WRKSRC}/src/ptytty.C post-install: - @${CHMOD} 4711 ${PREFIX}/bin/urxvt + ${CHMOD} 4711 ${PREFIX}/bin/urxvt ${PREFIX}/bin/urxvtd .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} @${CP} ${PORTDOCS1:S|^|${WRKSRC}/|} ${WRKSRC}/doc |