- Drop /bin/pidof and /sbin/pidof, including corresponding man page: let's switch to pidof as provided by procps-ng. - Update to sysvinit 2.97: * Check $(ROOT) filesystem for libcrypt instead of a hardcoded path to /usr. * Code clean-up and making sure we avoid freeing unused memory. * Added shell script which converts systemd unit files into init.d style scripts. * Allow init to load configuration data from files stored in /etc/inittab.d/ * Allow shutdown time to be specified in the format +hh:mm. This is in addition to the existing formats such as hh:mm, +m, and "now". * Fixed typos in manual pages. - Update startpar to 0.65: + Make sure startpar testsuite can find insserv executable in /usr/sbin or /sbin. + Added PREFIX variable to Makefile and testsuite to make location of startpar and insserv more flexible. - Rebase sysvinit-2.90.dif. - Drop SCVER defines: not used in any place. - Drop startpar-sysmacros.patch: fixed upstream. OBS-URL: https://build.opensuse.org/request/show/829755 OBS-URL: https://build.opensuse.org/package/show/Base:System/sysvinit?expand=0&rev=243
13 lines
451 B
Plaintext
13 lines
451 B
Plaintext
diff -ur -p0 startpar-0.65/Makefile startpar/Makefile
|
|
--- Makefile 2020-07-07 02:04:06.000000000 +0200
|
|
+++ Makefile 2020-08-25 17:03:05.687028264 +0200
|
|
@@ -15 +14,0 @@ SRCS = startpar.c makeboot.c proc.c
|
|
-CXXSRCS = compiletest.cc
|
|
@@ -18 +17 @@ REST = COPYING Makefile startpar.1
|
|
-OBJS = $(SRCS:.c=.o) $(CXXSRCS:.cc=.o)
|
|
+OBJS = $(SRCS:.c=.o)
|
|
@@ -50,2 +49 @@ endif
|
|
-SOURCEFILES= compiletest.cc \
|
|
- CHANGELOG \
|
|
+SOURCEFILES= CHANGELOG \
|