From: trojan Date: Wed, 22 Jan 2003 12:49:19 +0000 (+0000) Subject: - removed X-Git-Tag: chkconfig-1_2_24h-3~6 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fchkconfig.git;a=commitdiff_plain;h=29e6ef99522eccf4d4b4a62247998ac69ca287df - removed Changed files: chkconfig-fhs.patch -> 1.2 chkconfig-opt.patch -> 1.2 --- diff --git a/chkconfig-fhs.patch b/chkconfig-fhs.patch deleted file mode 100644 index 9593185..0000000 --- a/chkconfig-fhs.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Nur chkconfig-1.0.6/Makefile chkconfig-1.0.6.pld/Makefile ---- chkconfig-1.0.6/Makefile Wed Jun 2 07:40:30 1999 -+++ chkconfig-1.0.6.pld/Makefile Wed Jun 2 07:40:16 1999 -@@ -7,7 +7,7 @@ - PROG=chkconfig - BINDIR = /sbin - USRSBINDIR = /usr/sbin --MANDIR = /usr/man -+MANDIR = /usr/share/man - SUBDIRS = po - - OBJS=chkconfig.o leveldb.o diff --git a/chkconfig-opt.patch b/chkconfig-opt.patch deleted file mode 100644 index 66d050d..0000000 --- a/chkconfig-opt.patch +++ /dev/null @@ -1,16 +0,0 @@ -diff -Nur chkconfig-0.9.5/Makefile chkconfig-0.9.5.orig/Makefile ---- chkconfig-0.9.5/Makefile Sun Sep 27 19:53:01 1998 -+++ chkconfig-0.9.5.orig/Makefile Wed Dec 9 11:06:06 1998 -@@ -1,8 +1,8 @@ - VERSION=$(shell awk '/define version/ { print $$3 }' chkconfig.spec) - CVSTAG = r$(subst .,-,$(VERSION)) -- --CFLAGS=-g -Wall $(RPM_OPT_FLAGS) --LDFLAGS=-g -+OPTIMIZE = -g -O2 -+CFLAGS= -Wall $(OPTIMIZE) -+LDFLAGS=-s - MAN=chkconfig.8 ntsysv.8 - PROG=chkconfig - BINDIR = /sbin -