Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Factory
sysvinit
sysvinit-2.90.dif
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File sysvinit-2.90.dif of Package sysvinit
--- src/Makefile | 25 ++++++++----------------- 1 file changed, 8 insertions(+), 17 deletions(-) --- src/Makefile +++ src/Makefile 2023-05-12 13:30:54.143754871 +0200 @@ -9,7 +9,7 @@ # CPPFLAGS = -CFLAGS ?= -O2 +CFLAGS ?= $(RPM_OPT_FLAGS) override CFLAGS += -ansi -fomit-frame-pointer -fstack-protector-strong -W -Wall -Wunreachable-code -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE -D_GNU_SOURCE -DVERSION=\"$(VERSION)\" override CFLAGS += $(shell getconf LFS_CFLAGS) STATIC = @@ -23,13 +23,13 @@ MNTPOINT= # For some known distributions we do not build all programs, otherwise we do. BIN = -SBIN = init halt shutdown runlevel killall5 fstab-decode logsave -USRBIN = last mesg readbootlog +SBIN = killall5 fstab-decode +USRBIN = -MAN1 = last.1 lastb.1 mesg.1 readbootlog.1 -MAN5 = initscript.5 inittab.5 initctl.5 -MAN8 = halt.8 init.8 killall5.8 pidof.8 poweroff.8 reboot.8 runlevel.8 -MAN8 += shutdown.8 telinit.8 fstab-decode.8 logsave.8 +MAN1 = +MAN5 = +MAN8 = killall5.8 pidof.8 +MAN8 += fstab-decode.8 ifeq ($(DISTRO),) SBIN += sulogin bootlogd @@ -53,10 +53,6 @@ endif ifeq ($(DISTRO),SuSE) CPPFLAGS+= -DUSE_SYSFS -DSANE_TIO -DSIGINT_ONLYONCE -DUSE_ONELINE -SBIN += sulogin -USRBIN += utmpdump -MAN1 += utmpdump.1 -MAN8 += sulogin.8 MANDB := endif @@ -210,13 +206,8 @@ install: all # $(INSTALL_DIR) $(ROOT)/etc/ $(INSTALL_DIR) $(ROOT)/etc/inittab.d # $(INSTALL_EXEC) ../doc/initscript.sample $(ROOT)/etc/ - ln -sf halt $(ROOT)/sbin/reboot - ln -sf halt $(ROOT)/sbin/poweroff - ln -sf init $(ROOT)/sbin/telinit + ln -sf killall5 $(ROOT)/sbin/pidof ln -sf ../sbin/killall5 $(ROOT)/bin/pidof - if [ ! -f $(ROOT)/usr/bin/lastb ]; then \ - ln -sf last $(ROOT)/usr/bin/lastb; \ - fi $(INSTALL_DIR) $(ROOT)/usr/include/ $(INSTALL_DATA) initreq.h $(ROOT)/usr/include/ for man in $(MANPAGES) ; do \
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor