diff --git a/base/sysvinit/no_wall.patch b/base/sysvinit/no_wall.patch new file mode 100644 index 000000000..08580bac6 --- /dev/null +++ b/base/sysvinit/no_wall.patch @@ -0,0 +1,29 @@ +# --- SDE-COPYRIGHT-NOTE-BEGIN --- +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# +# Filename: package/.../sysvinit/no_wall.patch +# Copyright (C) 2009 The OpenSDE Project +# +# More information can be found in the files COPYING and README. +# +# This patch file is dual-licensed. It is available under the license the +# patched project is licensed under, as long as it is an OpenSource license +# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms +# of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# --- SDE-COPYRIGHT-NOTE-END --- + +--- ./src/Makefile.orig 2009-07-15 23:08:02.000000000 +0300 ++++ ./src/Makefile 2009-07-15 23:09:35.000000000 +0300 +@@ -26,8 +26,8 @@ + ifeq ($(DISTRO),) + BIN += mountpoint + SBIN += sulogin bootlogd +-USRBIN += utmpdump wall +-MAN1 += mountpoint.1 wall.1 ++USRBIN += utmpdump ++MAN1 += mountpoint.1 + MAN8 += sulogin.8 bootlogd.8 + endif + diff --git a/base/sysvinit/sysvinit.patch b/base/sysvinit/sysvinit.patch deleted file mode 100644 index 93d0175a2..000000000 --- a/base/sysvinit/sysvinit.patch +++ /dev/null @@ -1,50 +0,0 @@ -# --- SDE-COPYRIGHT-NOTE-BEGIN --- -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# -# Filename: package/.../sysvinit/sysvinit.patch -# Copyright (C) 2004 - 2006 The T2 SDE Project -# -# More information can be found in the files COPYING and README. -# -# This patch file is dual-licensed. It is available under the license the -# patched project is licensed under, as long as it is an OpenSource license -# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms -# of the GNU General Public License as published by the Free Software -# Foundation; either version 2 of the License, or (at your option) any later -# version. -# --- SDE-COPYRIGHT-NOTE-END --- - -Rediffed for sysvinit-2.86, altugh it is a question why we actually patch it -away ... - - - Rene Rebe - ---- sysvinit-2.86/src/Makefile 2004-06-09 14:47:45.000000000 +0200 -+++ sysvinit-2.86-fixed/src/Makefile 2004-12-11 18:18:10.228142800 +0100 -@@ -24,11 +24,11 @@ - MAN8 += shutdown.8 telinit.8 - - ifeq ($(DISTRO),) --BIN += mountpoint --SBIN += sulogin bootlogd --USRBIN += utmpdump wall --MAN1 += mountpoint.1 wall.1 --MAN8 += sulogin.8 bootlogd.8 -+BIN += -+SBIN += sulogin -+USRBIN += wall -+MAN1 += wall.1 -+MAN8 += sulogin.8 - endif - - ifeq ($(DISTRO),Debian) -@@ -71,9 +71,6 @@ - mountpoint: mountpoint.o - $(CC) $(LDFLAGS) -o $@ mountpoint.o - --utmpdump: utmpdump.o -- $(CC) $(LDFLAGS) -o $@ utmpdump.o -- - runlevel: runlevel.o - $(CC) $(LDFLAGS) -o $@ runlevel.o -