]> git.pld-linux.org Git - packages/SysVinit.git/blame - sysvinit-ai64.patch
Massive attack. We use -O0 instead -O flags while debug enabled.
[packages/SysVinit.git] / sysvinit-ai64.patch
CommitLineData
6fc1dd75 1--- sysvinit-2.78/src/md5.h.foo Thu Jun 8 15:58:56 2000
2+++ sysvinit-2.78/src/md5.h Thu Jun 8 16:00:01 2000
3@@ -2,11 +2,11 @@
4 #define MD5_H
5
6 #include <features.h>
7-#if defined(__GLIBC__) && __GLIBC__ > 1
8+#if defined(__GLIBC__) && __GLIBC__ > 1 && __GLIBC_MINOR__ > 0
9 # include <stdint.h>
10 typedef uint32_t uint32;
11 #else
12-# ifdef __alpha
13+# if defined(__alpha__) || defined(__ia64__)
14 typedef unsigned int uint32;
15 # else
16 typedef unsigned long uint32;
17--- sysvinit-2.78/src/Makefile.foo Thu Jun 8 16:04:18 2000
18+++ sysvinit-2.78/src/Makefile Thu Jun 8 16:04:38 2000
19@@ -25,6 +25,7 @@
20 BIN_GROUP = root
21 BIN_COMBO = $(BIN_OWNER).$(BIN_GROUP)
22 INSTALL = install -o $(BIN_OWNER) -g $(BIN_GROUP)
23+MANDIR = /usr/share/man
24
25 # Additional libs for Gnu Libc
26 ifneq ($(wildcard /usr/lib/libcrypt.a),)
27@@ -104,13 +105,13 @@
28 cd $(ROOT)/bin; ln -sf ../sbin/killall5 pidof; chown $(BIN_COMBO) pidof
29 cd $(ROOT)/usr/bin; ln -sf last lastb; chown $(BIN_COMBO) lastb
30 $(INSTALL) -m 644 initreq.h $(ROOT)/usr/include
31- $(INSTALL) -m 644 ../man/*.8 $(ROOT)/usr/share/man/man8
32- $(INSTALL) -m 644 ../man/*.5 $(ROOT)/usr/share/man/man5
33+ $(INSTALL) -m 644 ../man/*.8 $(ROOT)$(MANDIR)/man8
34+ $(INSTALL) -m 644 ../man/*.5 $(ROOT)$(MANDIR)/man5
35 ifeq ($(DEBIAN),)
36- $(INSTALL) -m 644 ../man/wall.1 $(ROOT)/usr/share/man/man1
37+ $(INSTALL) -m 644 ../man/wall.1 $(ROOT)$(MANDIR)/man1
38 endif
39 $(INSTALL) -m 644 ../man/last.1 ../man/lastb.1 ../man/mesg.1 \
40- $(ROOT)/usr/share/man/man1
41+ $(ROOT)$(MANDIR)/man1
42 #
43 # This part is skipped on debian systems, the
44 # debian.preinst script takes care of it.
This page took 0.093872 seconds and 4 git commands to generate.