]> git.pld-linux.org Git - packages/chkconfig.git/commitdiff
- adjust for PLD
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 22 Oct 2005 13:26:59 +0000 (13:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    chkconfig-nostatic.patch -> 1.1
    chkconfig-rc.d.patch -> 1.1

chkconfig-nostatic.patch [new file with mode: 0644]
chkconfig-rc.d.patch [new file with mode: 0644]

diff --git a/chkconfig-nostatic.patch b/chkconfig-nostatic.patch
new file mode 100644 (file)
index 0000000..a26676d
--- /dev/null
@@ -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
diff --git a/chkconfig-rc.d.patch b/chkconfig-rc.d.patch
new file mode 100644 (file)
index 0000000..55c8895
--- /dev/null
@@ -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>
This page took 0.190024 seconds and 4 git commands to generate.