]> git.pld-linux.org Git - packages/chkconfig.git/commitdiff
chkconfig patch
authorArtur Frysiak <artur@frysiak.net>
Wed, 21 Apr 1999 19:01:43 +0000 (19:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    chkconfig-opt.patch -> 1.1

chkconfig-opt.patch [new file with mode: 0644]

diff --git a/chkconfig-opt.patch b/chkconfig-opt.patch
new file mode 100644 (file)
index 0000000..66d050d
--- /dev/null
@@ -0,0 +1,16 @@
+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.039606 seconds and 4 git commands to generate.