Browse Source

sysvinit: don't build mountpoint as it belongs to util-linux now

user/amery/next/luajit
Alejandro Mery 14 years ago
parent
commit
1dc1a12cc6
  1. 7
      base/sysvinit/sysvinit-2.88dsf-distro-opensde.patch

7
base/sysvinit/sysvinit-2.88dsf-distro-opensde.patch

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# #
# Filename: package/.../sysvinit/sysvinit-2.88dsf-distro-opensde.patch # Filename: package/.../sysvinit/sysvinit-2.88dsf-distro-opensde.patch
# Copyright (C) 2011 The OpenSDE Project # Copyright (C) 2011 - 2012 The OpenSDE Project
# #
# More information can be found in the files COPYING and README. # More information can be found in the files COPYING and README.
# #
@ -16,15 +16,14 @@
--- sysvinit-2.88dsf/src/Makefile.orig 2010-04-11 11:30:27.000000000 +0200 --- sysvinit-2.88dsf/src/Makefile.orig 2010-04-11 11:30:27.000000000 +0200
+++ sysvinit-2.88dsf/src/Makefile 2011-09-13 13:15:23.616084369 +0200 +++ sysvinit-2.88dsf/src/Makefile 2011-09-13 13:15:23.616084369 +0200
@@ -53,6 +53,14 @@ @@ -53,6 +53,13 @@
MAN8 += sulogin.8 MAN8 += sulogin.8
endif endif
+ifeq ($(DISTRO),OpenSDE) +ifeq ($(DISTRO),OpenSDE)
+BIN += mountpoint
+SBIN += sulogin bootlogd +SBIN += sulogin bootlogd
+USRBIN += utmpdump +USRBIN += utmpdump
+MAN1 += utmpdump.1 mountpoint.1 +MAN1 += utmpdump.1
+MAN8 += sulogin.8 bootlogd.8 +MAN8 += sulogin.8 bootlogd.8
+endif +endif
+ +

Loading…
Cancel
Save