From 860dabe191d28d0002391b3d2395c9524d13f3ff Mon Sep 17 00:00:00 2001 From: Bruce Guenter Date: Wed, 29 Feb 2012 20:46:07 -0600 Subject: [PATCH] Remove unneeded Year 2000 statement --- Makefile.am | 2 +- YEAR2000 | 10 ---------- makedist.in | 2 +- spec | 2 +- 4 files changed, 3 insertions(+), 13 deletions(-) delete mode 100644 YEAR2000 diff --git a/Makefile.am b/Makefile.am index e70c9a4..786ecb8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ localstatedir = @localstatedir@/nullmailer sysconfdir = @sysconfdir@/nullmailer -EXTRA_DIST = BUGS HOWTO INSTALL TODO YEAR2000 scripts/* +EXTRA_DIST = BUGS HOWTO INSTALL TODO scripts/* SUBDIRS = doc lib protocols src test install-data-local: diff --git a/YEAR2000 b/YEAR2000 deleted file mode 100644 index ef64c15..0000000 --- a/YEAR2000 +++ /dev/null @@ -1,10 +0,0 @@ -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -This program does not read in any dates from the user in any format. -Any date manipulation is done in terms of seconds since the UNIX epoch. -Any conversion from seconds into a readable form includes a full four -digit year. As far as I am aware, no parts of this package will have -any problems on the year 2000 or well beyond. diff --git a/makedist.in b/makedist.in index 4a7f47f..a2da76e 100644 --- a/makedist.in +++ b/makedist.in @@ -18,7 +18,7 @@ DOCS= # Set EXTRAS to a list of any other extra files that should go into the # base directory in the destination site. -EXTRAS="ChangeLog ChangeLog.old HOWTO NEWS README TODO YEAR2000" +EXTRAS="ChangeLog ChangeLog.old HOWTO NEWS README TODO" # Set EXTRAS_VER to a list of any other extra files that should go into # the version-numbered directory in the destination site. diff --git a/spec b/spec index 791135f..1503fa0 100644 --- a/spec +++ b/spec @@ -76,7 +76,7 @@ fi %files %defattr(-,nullmail,nullmail) -%doc AUTHORS BUGS ChangeLog COPYING INSTALL NEWS README TODO YEAR2000 +%doc AUTHORS BUGS ChangeLog COPYING INSTALL NEWS README TODO %dir /etc/nullmailer %attr(04711,nullmail,nullmail) /usr/bin/mailq /usr/bin/nullmailer-inject