]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
sysvinit: Remove utmpdump and sulogin.
authorStefan Schantl <stefan.schantl@ipfire.org>
Sat, 27 Oct 2012 13:20:18 +0000 (15:20 +0200)
committerStefan Schantl <stefan.schantl@ipfire.org>
Sat, 27 Oct 2012 14:39:58 +0000 (16:39 +0200)
This binaries will be provided and maintained by util-linux 2.22.

Fixes #10212.

sysvinit/patches/sysvinit-2.86-remove-utils-1.patch
sysvinit/sysvinit.nm

index 8e6881d51c250c708e0d8b5ccbd37c0711765fd8..e5a2182e45e3cfef9dc9c1857855e1f2ee010a8d 100644 (file)
 -USRBIN        += utmpdump wall
 -MAN1  += mountpoint.1 wall.1
 -MAN8  += sulogin.8 bootlogd.8
-+SBIN  += sulogin
-+USRBIN        += utmpdump
++SBIN  +=
++USRBIN        +=
 +MAN1  += mountpoint.1
-+MAN8  += sulogin.8
++MAN8  +=
  endif
  
  ifeq ($(DISTRO),Debian)
  BIN   += mountpoint
 -SBIN  += sulogin bootlogd
-+SBIN  += sulogin
++SBIN  +=
  MAN1  += mountpoint.1
 -MAN8  += sulogin.8 bootlogd.8
-+MAN8  += sulogin.8
++MAN8  +=
  endif
  
  ifeq ($(DISTRO),Owl)
index 5627f76c61542965b2fe1da69fb393a94f9149e2..637b564ca475780d93953384a6773ce2b8559138 100644 (file)
@@ -5,7 +5,7 @@
 
 name       = sysvinit
 version    = 2.86
-release    = 4
+release    = 5
 
 groups     = System/Base
 url        = https://alioth.debian.org/projects/pkg-sysvinit/
@@ -13,7 +13,7 @@ license    = GPLv2+
 summary    = Programs which control basic system processes.
 
 description
-       The sysvinit package contains a group of processes that control \
+       The sysvinit package contains a group of processes that control
        the very basic functions of your system.
 end