]> git.pld-linux.org Git - packages/chkconfig.git/commitdiff
- removed
authortrojan <trojan@pld-linux.org>
Wed, 22 Jan 2003 12:49:19 +0000 (12:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    chkconfig-fhs.patch -> 1.2
    chkconfig-opt.patch -> 1.2

chkconfig-fhs.patch [deleted file]
chkconfig-opt.patch [deleted file]

diff --git a/chkconfig-fhs.patch b/chkconfig-fhs.patch
deleted file mode 100644 (file)
index 9593185..0000000
+++ /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 (file)
index 66d050d..0000000
+++ /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
This page took 0.199887 seconds and 4 git commands to generate.