2 changed files with 29 additions and 50 deletions
@ -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
|
||||||
|
|
@ -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 <rene@exactcode.de>
|
|
||||||
|
|
||||||
--- 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
|
|
||||||
|
|
Loading…
Reference in new issue