SOURCES: chkconfig-rc.d.patch (NEW), chkconfig-nostatic.patch (NEW...
glen
glen at pld-linux.org
Sat Oct 22 15:27:05 CEST 2005
Author: glen Date: Sat Oct 22 13:27:05 2005 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- adjust for PLD
---- Files affected:
SOURCES:
chkconfig-rc.d.patch (NONE -> 1.1) (NEW), chkconfig-nostatic.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/chkconfig-rc.d.patch
diff -u /dev/null SOURCES/chkconfig-rc.d.patch:1.1
--- /dev/null Sat Oct 22 15:27:05 2005
+++ SOURCES/chkconfig-rc.d.patch Sat Oct 22 15:26:59 2005
@@ -0,0 +1,11 @@
+--- ./leveldb.h~ 2002-03-13 09:09:04.000000000 +0200
++++ ./leveldb.h 2005-10-22 15:45:40.000000000 +0300
+@@ -1,7 +1,7 @@
+ #ifndef H_LEVELDB
+ #define H_LEVELDB
+
+-#define RUNLEVELS "/etc"
++#define RUNLEVELS "/etc/rc.d"
+ #define XINETDDIR "/etc/xinetd.d"
+
+ #include <glob.h>
================================================================
Index: SOURCES/chkconfig-nostatic.patch
diff -u /dev/null SOURCES/chkconfig-nostatic.patch:1.1
--- /dev/null Sat Oct 22 15:27:05 2005
+++ SOURCES/chkconfig-nostatic.patch Sat Oct 22 15:26:59 2005
@@ -0,0 +1,11 @@
+--- ./Makefile~ 2005-02-23 06:22:53.000000000 +0200
++++ ./Makefile 2005-10-22 15:53:34.000000000 +0300
+@@ -26,7 +26,7 @@
+ done && test -z "$$fail"
+
+ chkconfig: $(OBJS)
+- $(CC) $(LDFLAGS) -o chkconfig $(OBJS) -Wl,-Bstatic -lpopt -Wl,-Bdynamic
++ $(CC) $(LDFLAGS) -o chkconfig $(OBJS) -lpopt
+
+ alternativs: alternatives.o
+
================================================================
More information about the pld-cvs-commit
mailing list