From: trojan Date: Wed, 22 Jan 2003 12:50:34 +0000 (+0000) Subject: - remove X-Git-Tag: chkconfig-1_2_24h-3~5 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;ds=sidebyside;h=efb204fdff0efb1a4a7311a0bab4cb97f1dd5e41;hp=29e6ef99522eccf4d4b4a62247998ac69ca287df;p=packages%2Fchkconfig.git - remove Changed files: chkconfig-popt.patch -> 1.2 chkconfig-rcdir.patch -> 1.2 --- diff --git a/chkconfig-popt.patch b/chkconfig-popt.patch deleted file mode 100644 index 63f547f..0000000 --- a/chkconfig-popt.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Nur chkconfig-1.2.16.orig/Makefile chkconfig-1.2.16/Makefile ---- chkconfig-1.2.16.orig/Makefile Fri Mar 16 17:08:02 2001 -+++ chkconfig-1.2.16/Makefile Fri Mar 16 17:11:03 2001 -@@ -22,7 +22,7 @@ - done && test -z "$$fail" - - chkconfig: $(OBJS) -- $(CC) $(LDFLAGS) -o chkconfig $(OBJS) /usr/lib/libpopt.a -+ $(CC) $(LDFLAGS) -o chkconfig $(OBJS) -lpopt - - ntsysv: $(NTOBJS) - $(CC) $(LDFLAGS) -o ntsysv $(NTOBJS) -lnewt -lpopt $(LIBMHACK) diff --git a/chkconfig-rcdir.patch b/chkconfig-rcdir.patch deleted file mode 100644 index 8059898..0000000 --- a/chkconfig-rcdir.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- chkconfig-1.2.16/leveldb.h.orig Mon Jul 3 07:57:04 2000 -+++ chkconfig-1.2.16/leveldb.h Fri Mar 16 17:34:05 2001 -@@ -1,7 +1,7 @@ - #ifndef H_LEVELDB - #define H_LEVELDB - --#define RUNLEVELS "/etc" -+#define RUNLEVELS "/etc/rc.d" - #define XINETDDIR "/etc/xinetd.d" - - #include