pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

sudo: Drop, older than security/sudo



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Jun 11 21:44:50 2016 +0200
Changeset:	da3af4d6996eeca3c39f709206006c95dd951898

Removed Files:
	sudo/DESCR
	sudo/MESSAGE
	sudo/Makefile
	sudo/PLIST
	sudo/distinfo
	sudo/options.mk
	sudo/patches/patch-configure
	sudo/patches/patch-doc_Makefile.in
	sudo/patches/patch-include_Makefile.in
	sudo/patches/patch-plugins_sudoers_Makefile.in
	sudo/patches/patch-plugins_sudoers_logging.c
	sudo/patches/patch-src_Makefile.in

Log Message:
sudo: Drop, older than security/sudo

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=da3af4d6996eeca3c39f709206006c95dd951898

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 sudo/DESCR                                     |  4 --
 sudo/MESSAGE                                   | 11 ------
 sudo/Makefile                                  | 54 --------------------------
 sudo/PLIST                                     | 33 ----------------
 sudo/distinfo                                  | 11 ------
 sudo/options.mk                                | 44 ---------------------
 sudo/patches/patch-configure                   | 23 -----------
 sudo/patches/patch-doc_Makefile.in             | 31 ---------------
 sudo/patches/patch-include_Makefile.in         | 15 -------
 sudo/patches/patch-plugins_sudoers_Makefile.in | 48 -----------------------
 sudo/patches/patch-plugins_sudoers_logging.c   | 15 -------
 sudo/patches/patch-src_Makefile.in             | 39 -------------------
 12 files changed, 328 deletions(-)

diffs:
diff --git a/sudo/DESCR b/sudo/DESCR
deleted file mode 100644
index 7f485e7..0000000
--- a/sudo/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-Sudo is a program designed to allow a sysadmin to give limited root
-privileges to users and log root activity.  The basic philosophy is to
-give as few privileges as possible but still allow people to get their
-work done.
diff --git a/sudo/MESSAGE b/sudo/MESSAGE
deleted file mode 100644
index 0bccc2a..0000000
--- a/sudo/MESSAGE
+++ /dev/null
@@ -1,11 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.1.1.1 2012/02/02 23:54:18 mrampke Exp $
-
-Use the visudo(8) command to edit the sudoers file.
-
-If you are upgrading from a version of sudo prior to 1.6, please read
-
-	${PREFIX}/share/doc/sudo/UPGRADE
-
-on how to modify your sudoers file appropriately.
-===========================================================================
diff --git a/sudo/Makefile b/sudo/Makefile
deleted file mode 100644
index d75968d..0000000
--- a/sudo/Makefile
+++ /dev/null
@@ -1,54 +0,0 @@
-# $NetBSD: Makefile,v 1.4 2014/10/09 14:06:31 thomasklausner Exp $
-#
-
-DISTNAME=		sudo-1.8.3p2
-CATEGORIES=		security
-MASTER_SITES=		http://www.sudo.ws/sudo/dist/ \
-    			ftp://ftp.sudo.ws/pub/sudo/ \
-			ftp://ftp.uwsg.indiana.edu/pub/security/sudo/ \
-			ftp://ftp.twaren.net/Unix/Security/Sudo/ \
-			http://ftp.tux.org/pub/security/sudo/
-
-MAINTAINER=		kim%tac.nyc.ny.us@localhost
-HOMEPAGE=		http://www.sudo.ws/
-COMMENT=		Allow others to run commands as root
-LICENSE=		modified-bsd
-
-USE_LIBTOOL=		yes
-OWN_DIRS+=		${VARBASE}/run
-GNU_CONFIGURE=		yes
-BUILD_DEFS+=		VARBASE
-PLIST_VARS+=		ldap
-
-.include "../../mk/bsd.prefs.mk"
-
-# to always install man instead of cat
-CONFIGURE_ENV+=		NROFFPROG=${CAT:Q}
-CONFIGURE_ENV+=		mansectsu=8
-CONFIGURE_ENV+=		mansectform=5
-CONFIGURE_ARGS+=	--disable-root-mailer --with-ignore-dot
-CONFIGURE_ARGS+=	--sysconfdir=${PKG_SYSCONFDIR}
-CONFIGURE_ARGS+=	--with-timedir=${VARBASE}/run/sudo
-CONFIGURE_ARGS+=	--with-logpath=${VARBASE}/log/sudo.log
-
-.include "options.mk"
-
-CONFIGURE_ARGS+=	--with-nbsdops --disable-path-info
-
-DOCDIR=			share/doc/${PKGBASE}
-EGDIR=			share/examples/${PKGBASE}
-CONF_FILES_PERMS=	${EGDIR}/sudoers ${PKG_SYSCONFDIR}/sudoers \
-			${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 0440
-OWN_DIRS+=		${PKG_SYSCONFDIR}/sudoers.d
-SPECIAL_PERMS+=		bin/sudo ${SETUID_ROOT_PERMS}
-SPECIAL_PERMS+=		bin/sudoreplay ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 511
-
-INSTALLATION_DIRS+=	${DOCDIR} ${EGDIR}
-
-post-install:
-	${INSTALL_DATA} ${WRKSRC}/doc/UPGRADE ${DESTDIR}${PREFIX}/${DOCDIR}
-	${INSTALL_DATA} ${WRKSRC}/plugins/sudoers/sudoers ${DESTDIR}${PREFIX}/${EGDIR}/sudoers
-	${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/${DOCDIR}
-
-.include "../../devel/zlib/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/sudo/PLIST b/sudo/PLIST
deleted file mode 100644
index 7edfee8..0000000
--- a/sudo/PLIST
+++ /dev/null
@@ -1,33 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2012/02/02 23:54:18 mrampke Exp $
-bin/sudo
-bin/sudoedit
-bin/sudoreplay
-include/sudo_plugin.h
-libexec/sudo_noexec.so
-libexec/sudoers.so
-man/man5/sudoers.5
-${PLIST.ldap}man/man5/sudoers.ldap.5
-man/man8/sudo.8
-man/man8/sudo_plugin.8
-man/man8/sudoedit.8
-man/man8/sudoreplay.8
-man/man8/visudo.8
-sbin/visudo
-share/doc/sudo/CONTRIBUTORS
-share/doc/sudo/ChangeLog
-share/doc/sudo/HISTORY
-share/doc/sudo/LICENSE
-share/doc/sudo/NEWS
-share/doc/sudo/README
-${PLIST.ldap}share/doc/sudo/README.LDAP
-share/doc/sudo/TROUBLESHOOTING
-share/doc/sudo/UPGRADE
-share/doc/sudo/sample.pam
-share/doc/sudo/sample.sudo.conf
-share/doc/sudo/sample.sudoers
-share/doc/sudo/sample.syslog.conf
-${PLIST.ldap}share/doc/sudo/schema.ActiveDirectory
-${PLIST.ldap}share/doc/sudo/schema.OpenLDAP
-${PLIST.ldap}share/doc/sudo/schema.iPlanet
-${PLIST.ldap}share/doc/sudo/sudoers2ldif
-share/examples/sudo/sudoers
diff --git a/sudo/distinfo b/sudo/distinfo
deleted file mode 100644
index 7d8d334..0000000
--- a/sudo/distinfo
+++ /dev/null
@@ -1,11 +0,0 @@
-$NetBSD: distinfo,v 1.1.1.1 2012/02/02 23:54:18 mrampke Exp $
-
-SHA1 (sudo-1.8.3p2.tar.gz) = 37d70b133f809116ce631229fa0e727d9f5125ad
-RMD160 (sudo-1.8.3p2.tar.gz) = 5a6b8574d2245cc89d2ac982eae9cb6ca2414033
-Size (sudo-1.8.3p2.tar.gz) = 1536943 bytes
-SHA1 (patch-configure) = 4c08613b2c59d54bce9173ba74f0f4cae341d7a3
-SHA1 (patch-doc_Makefile.in) = 439fccfaa7e120e1db02a138163d750a634933a9
-SHA1 (patch-include_Makefile.in) = 9aa5f4947c21e15fb05d704260731cbbccc95a55
-SHA1 (patch-plugins_sudoers_Makefile.in) = f2011799a1672fc57e621ea31c928825859faecf
-SHA1 (patch-plugins_sudoers_logging.c) = 2e0183d6d8fae4894bc647ab2495fea7a0647a84
-SHA1 (patch-src_Makefile.in) = 9777e9629496899364ec4a6afcefa4fbb4fb0402
diff --git a/sudo/options.mk b/sudo/options.mk
deleted file mode 100644
index f88f72f..0000000
--- a/sudo/options.mk
+++ /dev/null
@@ -1,44 +0,0 @@
-# $NetBSD: options.mk,v 1.1.1.1 2012/02/02 23:54:18 mrampke Exp $
-#
-
-PKG_OPTIONS_VAR=	PKG_OPTIONS.sudo
-PKG_SUPPORTED_OPTIONS=	ldap
-PKG_OPTIONS_OPTIONAL_GROUPS= auth
-PKG_OPTIONS_GROUP.auth=	kerberos pam skey
-
-.if ${OPSYS} == "NetBSD" && exists(/usr/include/skey.h)
-PKG_SUGGESTED_OPTIONS=	skey
-.endif
-
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Mpam)
-.  include "../../mk/pam.buildlink3.mk"
-DL_AUTO_VARS=		yes
-CONFIGURE_ARGS+=	--with-pam
-.else
-CONFIGURE_ARGS+=	--without-pam
-.endif
-
-.if !empty(PKG_OPTIONS:Mkerberos)
-.  include "../../mk/krb5.buildlink3.mk"
-CONFIGURE_ARGS+=	--without-kerb4
-CONFIGURE_ARGS+=	--with-kerb5
-.else
-CONFIGURE_ARGS+=	--without-kerb5
-.endif
-
-.if !empty(PKG_OPTIONS:Mldap)
-.  include "../../databases/openldap-client/buildlink3.mk"
-.  include "../../security/cyrus-sasl/buildlink3.mk"
-DL_AUTO_VARS=		yes
-CONFIGURE_ARGS+=	--with-ldap=${BUILDLINK_PREFIX.openldap-client}
-CONFIGURE_ARGS+=	--with-ldap-conf-file=${PKG_SYSCONFDIR}/ldap.conf
-PLIST.ldap=		yes
-.endif
-
-.if !empty(PKG_OPTIONS:Mskey)
-CONFIGURE_ARGS+=	--with-skey
-.else
-CONFIGURE_ARGS+=	--without-skey
-.endif
diff --git a/sudo/patches/patch-configure b/sudo/patches/patch-configure
deleted file mode 100644
index c3fe798..0000000
--- a/sudo/patches/patch-configure
+++ /dev/null
@@ -1,23 +0,0 @@
-$NetBSD: patch-configure,v 1.1.1.1 2012/02/02 23:54:18 mrampke Exp $
-
-* Link with util(3) in the case of DragonFly, too.
-
---- configure.orig	2012-01-24 19:34:13.000000000 +0000
-+++ configure
-@@ -15402,7 +15402,7 @@ if test "x$ac_cv_header_login_cap_h" = x
- _ACEOF
-  LOGINCAP_USAGE='[-c class|-] '; LCMAN=1
- 	case "$OS" in
--	    freebsd|netbsd)
-+            dragonfly*|freebsd*|netbsd*)
- 		SUDO_LIBS="${SUDO_LIBS} -lutil"
- 		SUDOERS_LIBS="${SUDOERS_LIBS} -lutil"
- 		;;
-@@ -20093,7 +20093,6 @@ test "$libexecdir" = '${exec_prefix}/lib
- test "$includedir" = '${prefix}/include' && includedir='$(prefix)/include'
- test "$datarootdir" = '${prefix}/share' && datarootdir='$(prefix)/share'
- test "$docdir" = '${datarootdir}/doc/${PACKAGE_TARNAME}' && docdir='$(datarootdir)/doc/$(PACKAGE_TARNAME)'
--test "$sysconfdir" = '${prefix}/etc' -a X"$with_stow" != X"yes" && sysconfdir='/etc'
- 
- ac_config_files="$ac_config_files Makefile common/Makefile compat/Makefile doc/Makefile include/Makefile src/sudo_usage.h src/Makefile plugins/sample/Makefile plugins/sample_group/Makefile plugins/sudoers/Makefile plugins/sudoers/sudoers"
- 
diff --git a/sudo/patches/patch-doc_Makefile.in b/sudo/patches/patch-doc_Makefile.in
deleted file mode 100644
index 81a604a..0000000
--- a/sudo/patches/patch-doc_Makefile.in
+++ /dev/null
@@ -1,31 +0,0 @@
-$NetBSD: patch-doc_Makefile.in,v 1.1.1.1 2012/02/02 23:54:18 mrampke Exp $
-
-* Use standard instal(8) option instead of shell wrapper.
-
---- doc/Makefile.in.orig	2011-10-21 13:01:25.000000000 +0000
-+++ doc/Makefile.in
-@@ -159,16 +159,16 @@ install-binaries:
- install-includes:
- 
- install-doc: install-dirs
--	for f in $(OTHER_DOCS); do $(INSTALL) -O $(install_uid) -G $(install_gid) -M 0444 $$f $(DESTDIR)$(docdir); done
--	@LDAP@for f in $(OTHER_DOCS_LDAP); do $(INSTALL) -O $(install_uid) -G $(install_gid) -M 0444 $$f $(DESTDIR)$(docdir); done
--	$(INSTALL) -O $(install_uid) -G $(install_gid) -M 0444 @mansrcdir@/sudo.$(mantype) $(DESTDIR)$(mandirsu)/sudo.$(mansectsu)
-+	for f in $(OTHER_DOCS); do $(INSTALL) -m 0444 $$f $(DESTDIR)$(docdir); done
-+	@LDAP@for f in $(OTHER_DOCS_LDAP); do $(INSTALL) -m 0444 $$f $(DESTDIR)$(docdir); done
-+	$(INSTALL) -m 0444 @mansrcdir@/sudo.$(mantype) $(DESTDIR)$(mandirsu)/sudo.$(mansectsu)
- 	@rm -f $(DESTDIR)$(mandirsu)/sudoedit.$(mansectsu)
- 	ln $(DESTDIR)$(mandirsu)/sudo.$(mansectsu) $(DESTDIR)$(mandirsu)/sudoedit.$(mansectsu)
--	$(INSTALL) -O $(install_uid) -G $(install_gid) -M 0444 @mansrcdir@/sudo_plugin.$(mantype) $(DESTDIR)$(mandirsu)/sudo_plugin.$(mansectsu)
--	$(INSTALL) -O $(install_uid) -G $(install_gid) -M 0444 @mansrcdir@/sudoreplay.$(mantype) $(DESTDIR)$(mandirsu)/sudoreplay.$(mansectsu)
--	$(INSTALL) -O $(install_uid) -G $(install_gid) -M 0444 @mansrcdir@/visudo.$(mantype) $(DESTDIR)$(mandirsu)/visudo.$(mansectsu)
--	$(INSTALL) -O $(install_uid) -G $(install_gid) -M 0444 @mansrcdir@/sudoers.$(mantype) $(DESTDIR)$(mandirform)/sudoers.$(mansectform)
--	@LDAP@$(INSTALL) -O $(install_uid) -G $(install_gid) -M 0444 @mansrcdir@/sudoers.ldap.$(mantype) $(DESTDIR)$(mandirform)/sudoers.ldap.$(mansectform)
-+	$(INSTALL) -m 0444 @mansrcdir@/sudo_plugin.$(mantype) $(DESTDIR)$(mandirsu)/sudo_plugin.$(mansectsu)
-+	$(INSTALL) -m 0444 @mansrcdir@/sudoreplay.$(mantype) $(DESTDIR)$(mandirsu)/sudoreplay.$(mansectsu)
-+	$(INSTALL) -m 0444 @mansrcdir@/visudo.$(mantype) $(DESTDIR)$(mandirsu)/visudo.$(mansectsu)
-+	$(INSTALL) -m 0444 @mansrcdir@/sudoers.$(mantype) $(DESTDIR)$(mandirform)/sudoers.$(mansectform)
-+	@LDAP@$(INSTALL) -m 0444 @mansrcdir@/sudoers.ldap.$(mantype) $(DESTDIR)$(mandirform)/sudoers.ldap.$(mansectform)
- @MAN_POSTINSTALL@
- 
- install-plugin:
diff --git a/sudo/patches/patch-include_Makefile.in b/sudo/patches/patch-include_Makefile.in
deleted file mode 100644
index d3d19eb..0000000
--- a/sudo/patches/patch-include_Makefile.in
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-include_Makefile.in,v 1.1.1.1 2012/02/02 23:54:18 mrampke Exp $
-
-* Use standard instal(8) option instead of shell wrapper.
-
---- include/Makefile.in.orig	2011-10-21 13:01:25.000000000 +0000
-+++ include/Makefile.in
-@@ -59,7 +59,7 @@ install-binaries:
- install-doc:
- 
- install-includes: install-dirs
--	$(INSTALL) -O $(install_uid) -G $(install_gid) -M 0444 $(srcdir)/sudo_plugin.h $(DESTDIR)$(includedir)
-+	$(INSTALL) -m 0444 $(srcdir)/sudo_plugin.h $(DESTDIR)$(includedir)
- 
- install-plugin:
- 
diff --git a/sudo/patches/patch-plugins_sudoers_Makefile.in b/sudo/patches/patch-plugins_sudoers_Makefile.in
deleted file mode 100644
index 56f8528..0000000
--- a/sudo/patches/patch-plugins_sudoers_Makefile.in
+++ /dev/null
@@ -1,48 +0,0 @@
-$NetBSD: patch-plugins_sudoers_Makefile.in,v 1.1.1.1 2012/02/02 23:54:18 mrampke Exp $
-
-* Prevent to install sudoers files and directory.
-* Use standard instal(8) option instead of shell wrapper.
-* Don't setuid here.
-
---- plugins/sudoers/Makefile.in.orig	2011-10-25 18:55:00.000000000 +0000
-+++ plugins/sudoers/Makefile.in
-@@ -227,31 +227,31 @@ pre-install:
- 	    ./visudo -c -f $(DESTDIR)$(sudoersdir)/sudoers; \
- 	fi
- 
--install: install-dirs install-plugin install-binaries install-sudoers install-doc
-+install: install-dirs install-plugin install-binaries install-doc
- 
- install-dirs:
- 	$(SHELL) $(top_srcdir)/mkinstalldirs $(DESTDIR)$(plugindir) \
- 	    $(DESTDIR)$(visudodir) $(DESTDIR)$(replaydir) \
--	    $(DESTDIR)$(sudoersdir) $(DESTDIR)$(docdir)
-+	    $(DESTDIR)$(docdir)
- 	$(SHELL) $(top_srcdir)/mkinstalldirs -m 0700 $(DESTDIR)$(timedir)
- 
- install-binaries: visudo sudoreplay install-dirs
--	$(INSTALL) -b~ -O $(install_uid) -G $(install_gid) -M 0111 sudoreplay $(DESTDIR)$(replaydir)/sudoreplay
--	$(INSTALL) -b~ -O $(install_uid) -G $(install_gid) -M 0111 visudo $(DESTDIR)$(visudodir)/visudo
-+	$(INSTALL) sudoreplay $(DESTDIR)$(replaydir)/sudoreplay
-+	$(INSTALL) visudo $(DESTDIR)$(visudodir)/visudo
- 
- install-includes:
- 
- install-doc: install-dirs
--	@LDAP@$(INSTALL) -O $(install_uid) -G $(install_gid) -M 0555 $(srcdir)/sudoers2ldif $(DESTDIR)$(docdir)
-+	@LDAP@$(INSTALL) -m 0555 $(srcdir)/sudoers2ldif $(DESTDIR)$(docdir)
- 
- install-plugin: sudoers.la install-dirs
--	$(INSTALL) -b~ -O $(install_uid) -G $(install_gid) -M 0755 .libs/sudoers$(soext) $(DESTDIR)$(plugindir)
-+	$(INSTALL) -m 0755 .libs/sudoers$(soext) $(DESTDIR)$(plugindir)
- 
- install-sudoers: install-dirs
--	$(INSTALL) -d -O $(sudoers_uid) -G $(sudoers_gid) -M 0750 \
-+	$(INSTALL) -d -m 0750 \
- 	    $(DESTDIR)$(sudoersdir)/sudoers.d
- 	test -r $(DESTDIR)$(sudoersdir)/sudoers || \
--	    $(INSTALL) -O $(sudoers_uid) -G $(sudoers_gid) -M $(sudoers_mode) \
-+	    $(INSTALL) -m $(sudoers_mode) \
- 		sudoers $(DESTDIR)$(sudoersdir)/sudoers
- 
- uninstall:
diff --git a/sudo/patches/patch-plugins_sudoers_logging.c b/sudo/patches/patch-plugins_sudoers_logging.c
deleted file mode 100644
index e80a9e0..0000000
--- a/sudo/patches/patch-plugins_sudoers_logging.c
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-plugins_sudoers_logging.c,v 1.1.1.1 2012/02/02 23:54:18 mrampke Exp $
-
-Make sure CODESET is actually defined, for the sake of
-
---- plugins/sudoers/logging.c.orig	2011-10-21 13:01:25.000000000 +0000
-+++ plugins/sudoers/logging.c
-@@ -545,7 +545,7 @@ send_mail(const char *fmt, ...)
- 	    (void) fputc(*p, mail);
-     }
- 
--#ifdef HAVE_NL_LANGINFO
-+#if defined(HAVE_NL_LANGINFO) && defined(CODESET)
-     if (strcmp(def_sudoers_locale, "C") != 0)
- 	(void) fprintf(mail, "\nContent-Type: text/plain; charset=\"%s\"\nContent-Transfer-Encoding: 8bit", nl_langinfo(CODESET));
- #endif /* HAVE_NL_LANGINFO */
diff --git a/sudo/patches/patch-src_Makefile.in b/sudo/patches/patch-src_Makefile.in
deleted file mode 100644
index 96f19c9..0000000
--- a/sudo/patches/patch-src_Makefile.in
+++ /dev/null
@@ -1,39 +0,0 @@
-$NetBSD: patch-src_Makefile.in,v 1.1.1.1 2012/02/02 23:54:18 mrampke Exp $
-
-* Fix libtools's link option.
-* Use standard instal(8) option instead of shell wrapper.
-* Don't setuid here.
-
---- src/Makefile.in.orig	2011-10-21 13:01:26.000000000 +0000
-+++ src/Makefile.in
-@@ -98,7 +98,7 @@ sudo: $(OBJS) $(LT_LIBS)
- 	$(LIBTOOL) --mode=link $(CC) -o $@ $(OBJS) $(LDFLAGS) $(LIBS) -static-libtool-libs
- 
- libsudo_noexec.la: sudo_noexec.lo
--	$(LIBTOOL) --mode=link $(CC) $(LDFLAGS) $(LTLDFLAGS) -o $@ sudo_noexec.lo -avoid-version -rpath $(noexecdir)
-+	$(LIBTOOL) --mode=link $(CC) -module $(LDFLAGS) $(LTLDFLAGS) -o $@ sudo_noexec.lo -avoid-version -rpath $(noexecdir)
- 
- sesh: sesh.o
- 	$(CC) -o $@ sesh.o
-@@ -112,10 +112,10 @@ install-dirs:
- 	    $(DESTDIR)$(noexecdir)
- 
- install-binaries: install-dirs $(PROGS)
--	$(INSTALL) -b~ -O $(install_uid) -G $(install_gid) -M 04111 sudo $(DESTDIR)$(bindir)/sudo
-+	$(INSTALL) sudo $(DESTDIR)$(bindir)/sudo
- 	rm -f $(DESTDIR)$(bindir)/sudoedit
- 	ln $(DESTDIR)$(bindir)/sudo $(DESTDIR)$(bindir)/sudoedit
--	if [ -f sesh ]; then $(INSTALL) -b~ -O $(install_uid) -G $(install_gid) -M 0111 sesh $(DESTDIR)$(libexecdir)/sesh; fi
-+	if [ -f sesh ]; then $(INSTALL) sesh $(DESTDIR)$(libexecdir)/sesh; fi
- 
- install-doc:
- 
-@@ -124,7 +124,7 @@ install-includes:
- # We install sudo_noexec by hand so we can avoid a "lib" prefix
- # and a version number.  Since we use LD_PRELOAD, neither is needed.
- install-noexec: install-dirs libsudo_noexec.la
--	if [ -f .libs/lib$(noexecfile) ]; then $(INSTALL) -b~ -O $(install_uid) -G $(install_gid) -M 0755 .libs/lib$(noexecfile) $(DESTDIR)$(noexecdir)/$(noexecfile); fi
-+	if [ -f .libs/lib$(noexecfile) ]; then $(INSTALL) -m 0755 .libs/lib$(noexecfile) $(DESTDIR)$(noexecdir)/$(noexecfile); fi
- 
- install-plugin:
- 


Home | Main Index | Thread Index | Old Index