[Midnightbsd-cvs] src [9500] stable/0.9: remove sudo

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Mar 26 11:39:48 EDT 2017


Revision: 9500
          http://svnweb.midnightbsd.org/src/?rev=9500
Author:   laffer1
Date:     2017-03-26 11:39:48 -0400 (Sun, 26 Mar 2017)
Log Message:
-----------
remove sudo

Modified Paths:
--------------
    stable/0.9/ObsoleteFiles.inc
    stable/0.9/usr.bin/Makefile

Removed Paths:
-------------
    stable/0.9/contrib/sudo/
    stable/0.9/usr.bin/sudo/

Modified: stable/0.9/ObsoleteFiles.inc
===================================================================
--- stable/0.9/ObsoleteFiles.inc	2017-03-26 15:39:33 UTC (rev 9499)
+++ stable/0.9/ObsoleteFiles.inc	2017-03-26 15:39:48 UTC (rev 9500)
@@ -15,6 +15,9 @@
 # The file is partitioned: OLD_FILES first, then OLD_LIBS and OLD_DIRS last.
 #
 
+# 20170326:
+OLD_FILES+=etc/sudoers
+OLD_FILES+=usr/bin/sudo
 # 20160929: removed long unused directories for .1aout section manpages
 OLD_FILES+=usr/share/man/en.ISO8859-1/man1aout
 OLD_FILES+=usr/share/man/en.UTF-8/man1aout

Modified: stable/0.9/usr.bin/Makefile
===================================================================
--- stable/0.9/usr.bin/Makefile	2017-03-26 15:39:33 UTC (rev 9499)
+++ stable/0.9/usr.bin/Makefile	2017-03-26 15:39:48 UTC (rev 9500)
@@ -161,7 +161,6 @@
 	stat \
 	stdbuf \
 	su \
-	sudo \
 	systat \
 	tabs \
 	tail \



More information about the Midnightbsd-cvs mailing list