summaryrefslogtreecommitdiffstats
path: root/sysvinit/Pkgfile
blob: 6c9070a2adc18ace2ee431c87416936e5752723a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Description: Le système d'initialisation du système V de Linux
# URL: ftp://ftp.cistron.nl/pub/people/miquels/sysvinit/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on:

name=sysvinit
version=2.88dsf
release=2
source=(http://ftp.twaren.net/Unix/NonGNU/sysvinit/sysvinit-$version.tar.bz2)

build() {
cd $name-$version
 
	sed -i 's@Sending processes@& configured via /etc/inittab@g' src/init.c
	sed -i -e 's/utmpdump wall/utmpdump/' src/Makefile
	make
	make ROOT=$PKG install

	# mountpoint fournis par util-linux
	rm $PKG/bin/mountpoint
	rm $PKG/usr/share/man/man1/mountpoint.1
}