update to 2.0 [release 2.0-1mamba;Mon Apr 21 2014]
This commit is contained in:
parent
e9ef310476
commit
0df567a0f6
@ -1,2 +1,4 @@
|
|||||||
# initscripts
|
# initscripts
|
||||||
|
|
||||||
|
The initscripts package contains the basic system scripts used to boot your openmamba system, change runlevels, manage system services and network interfaces, and shut the system down cleanly.
|
||||||
|
|
||||||
|
9
initscripts-1.3.33-initlog_deprecated_warning.patch
Normal file
9
initscripts-1.3.33-initlog_deprecated_warning.patch
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
--- initscripts-1.3.33/src/initlog.c.orig 2007-04-11 09:57:34.000000000 +0200
|
||||||
|
+++ initscripts-1.3.33/src/initlog.c 2007-04-11 09:57:49.000000000 +0200
|
||||||
|
@@ -442,6 +442,5 @@
|
||||||
|
setlocale(LC_ALL,"");
|
||||||
|
bindtextdomain("initlog","/etc/locale");
|
||||||
|
textdomain("initlog");
|
||||||
|
- fprintf(stderr, _("WARNING: initlog is deprecated and will be removed in a future release\n"));
|
||||||
|
exit(processArgs(argc,argv,0));
|
||||||
|
}
|
24
initscripts-1.6.11-gcc-4.7.patch
Normal file
24
initscripts-1.6.11-gcc-4.7.patch
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
diff -Nru initscripts-1.6.11/src.orig/Makefile initscripts-1.6.11/src/Makefile
|
||||||
|
--- initscripts-1.6.11/src.orig/Makefile 2012-02-16 17:24:22.000000000 +0100
|
||||||
|
+++ initscripts-1.6.11/src/Makefile 2013-03-19 17:39:49.126982264 +0100
|
||||||
|
@@ -25,16 +25,16 @@
|
||||||
|
all: $(PROGS)
|
||||||
|
|
||||||
|
getkey: getkey.o
|
||||||
|
- $(CC) $(LDFLAGS) -o $@ $< -Wl,-Bstatic -lpopt -Wl,-Bdynamic
|
||||||
|
+ $(CC) $(LDFLAGS) -o $@ $< -Wl,-Bstatic -Wl,-Bdynamic -lpopt
|
||||||
|
|
||||||
|
initlog: $(INITLOG_OBJS)
|
||||||
|
- $(CC) $(LDFLAGS) -o $@ $(INITLOG_OBJS) -Wl,-Bstatic -lpopt -Wl,-Bdynamic
|
||||||
|
+ $(CC) $(LDFLAGS) -o $@ $(INITLOG_OBJS) -Wl,-Bstatic -Wl,-Bdynamic -lpopt
|
||||||
|
|
||||||
|
ipcalc: ipcalc.o
|
||||||
|
- $(CC) $(LDFLAGS) -o $@ $< -Wl,-Bstatic -lpopt -Wl,-Bdynamic
|
||||||
|
+ $(CC) $(LDFLAGS) -o $@ $< -Wl,-Bstatic -Wl,-Bdynamic -lpopt
|
||||||
|
|
||||||
|
usleep: $(USLEEP_OBJS)
|
||||||
|
- $(CC) $(LDFLAGS) -o $@ $(USLEEP_OBJS) -Wl,-Bstatic -lpopt -Wl,-Bdynamic
|
||||||
|
+ $(CC) $(LDFLAGS) -o $@ $(USLEEP_OBJS) -Wl,-Bstatic -Wl,-Bdynamic -lpopt
|
||||||
|
|
||||||
|
usernetctl.o: usernetctl.c
|
||||||
|
$(CC) $(CFLAGS) -fPIE -c usernetctl.c -o usernetctl.o
|
1164
initscripts.spec
Normal file
1164
initscripts.spec
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user