diff options
author | rillig <rillig@pkgsrc.org> | 2008-01-03 23:17:47 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2008-01-03 23:17:47 +0000 |
commit | 123c513c269160fb33775fd71e82627afa6ce3af (patch) | |
tree | 193278ab274b63c6c1bf881c4c4f2f5eb1226bca /security/sudo/patches | |
parent | 230c4e45004c87ee95816727db9043ad3444c089 (diff) | |
download | pkgsrc-123c513c269160fb33775fd71e82627afa6ce3af.tar.gz |
Install the binaries readable for the owner, so that a package can be
created in unprivileged pkgsrc mode. PKGREVISION++
Diffstat (limited to 'security/sudo/patches')
-rw-r--r-- | security/sudo/patches/patch-aa | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/sudo/patches/patch-aa b/security/sudo/patches/patch-aa index 2017444d958..4af6c46bb53 100644 --- a/security/sudo/patches/patch-aa +++ b/security/sudo/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.16 2007/10/28 02:05:44 taca Exp $ +$NetBSD: patch-aa,v 1.17 2008/01/03 23:17:48 rillig Exp $ --- Makefile.in.orig 2007-10-26 00:52:02.000000000 +0900 +++ Makefile.in @@ -27,12 +27,12 @@ $NetBSD: patch-aa,v 1.16 2007/10/28 02:05:44 taca Exp $ install-binaries: $(PROGS) - $(INSTALL) -O $(install_uid) -G $(install_gid) -M 4111 -s sudo $(DESTDIR)$(sudodir)/sudo -+ $(INSTALL) -o $(install_uid) -g $(install_gid) -m 4111 -s sudo $(DESTDIR)$(sudodir)/sudo ++ $(INSTALL) -o $(install_uid) -g $(install_gid) -m 4511 -s sudo $(DESTDIR)$(sudodir)/sudo rm -f $(DESTDIR)$(sudodir)/sudoedit ln $(DESTDIR)$(sudodir)/sudo $(DESTDIR)$(sudodir)/sudoedit - $(INSTALL) -O $(install_uid) -G $(install_gid) -M 0111 -s visudo $(DESTDIR)$(visudodir)/visudo -+ $(INSTALL) -o $(install_uid) -g $(install_gid) -m 0111 -s visudo $(DESTDIR)$(visudodir)/visudo ++ $(INSTALL) -o $(install_uid) -g $(install_gid) -m 0511 -s visudo $(DESTDIR)$(visudodir)/visudo install-noexec: sudo_noexec.la $(LIBTOOL) --mode=install $(INSTALL) sudo_noexec.la $(DESTDIR)$(noexecdir) |