From: Todd C. Miller Date: Sun, 4 May 2008 01:29:08 +0000 (+0000) Subject: No point in packaging the TODO file X-Git-Tag: SUDO_1_7_0~118 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5c58a7e9611066b6cb16dc3c3f3ee6a42881404d;p=sudo No point in packaging the TODO file --- diff --git a/Makefile.in b/Makefile.in index 99cfeb75a..f1ae358cb 100644 --- a/Makefile.in +++ b/Makefile.in @@ -142,7 +142,7 @@ LIB_OBJS = @LIBOBJS@ VERSION = 1.7.0 DISTFILES = $(SRCS) $(HDRS) ChangeLog HISTORY INSTALL INSTALL.configure \ - LICENSE Makefile.in PORTING README README.LDAP TODO \ + LICENSE Makefile.in PORTING README README.LDAP \ TROUBLESHOOTING UPGRADE WHATSNEW aclocal.m4 acsite.m4 aixcrypt.exp \ config.guess config.h.in config.sub configure configure.in \ def_data.in indent.pro install-sh ltmain.sh mkdefaults \ @@ -153,7 +153,7 @@ DISTFILES = $(SRCS) $(HDRS) ChangeLog HISTORY INSTALL INSTALL.configure \ sudoers.ldap.pod sudoers2ldif visudo.cat visudo.man.in visudo.pod \ auth/API -BINFILES= ChangeLog HISTORY LICENSE README TODO TROUBLESHOOTING \ +BINFILES= ChangeLog HISTORY LICENSE README TROUBLESHOOTING \ UPGRADE install-sh mkinstalldirs sample.syslog.conf sample.sudoers \ sudo sudo.cat sudo.man sudo.pod sudoers sudoers.cat sudoers.man \ sudoers.pod visudo visudo.cat visudo.man visudo.pod @@ -493,7 +493,7 @@ depot: ( \ tdir=tmp.depot ; \ mkdir $$tdir ; \ - for i in sudo visudo sudo.man visudo.man sudoers.man sudoers ChangeLog HISTORY LICENSE README TODO TROUBLESHOOTING UPGRADE sample.syslog.conf sample.sudoers; do \ + for i in sudo visudo sudo.man visudo.man sudoers.man sudoers ChangeLog HISTORY LICENSE README TROUBLESHOOTING UPGRADE sample.syslog.conf sample.sudoers; do \ if [ -f $$i ]; then \ cp $$i $$tdir ; \ elif [ -f $(srcdir)/$$i ]; then \ diff --git a/sudo.psf b/sudo.psf index 5688b4538..59ddef222 100644 --- a/sudo.psf +++ b/sudo.psf @@ -74,7 +74,6 @@ product file -m 444 -g bin -o root HISTORY /usr/local/doc/sudo/HISTORY file -m 444 -g bin -o root LICENSE /usr/local/doc/sudo/LICENSE file -m 444 -g bin -o root README /usr/local/doc/sudo/README - file -m 444 -g bin -o root TODO /usr/local/doc/sudo/TODO file -m 444 -g bin -o root TROUBLESHOOTING /usr/local/doc/sudo/TROUBLESHOOTING file -m 444 -g bin -o root UPGRADE /usr/local/doc/sudo/UPGRADE file -m 444 -g bin -o root sample.syslog.conf /usr/local/doc/sudo/sample.syslog.conf