OpenRC: /etc/conf.d/local is no more, bumprev.

This commit is contained in:
Juan RP 2011-02-11 11:58:42 +01:00
parent 9f192f5a0e
commit 71654225aa

View file

@ -1,6 +1,7 @@
# Template file for 'OpenRC'
pkgname=OpenRC
version=20110211
revision=1
wrksrc=openrc-${version}
distfiles="http://xbps.nopcode.org/distfiles/openrc-$version.tar.bz2"
build_style=custom-install
@ -16,11 +17,23 @@ long_desc="
rc.d style scripts too, making it easy to port your BSD system to OpenRC."
keep_empty_dirs=yes
conf_files="/etc/rc.conf /etc/conf.d/bootmisc /etc/conf.d/consolefont
/etc/conf.d/dmesg /etc/conf.d/fsck /etc/conf.d/hostname /etc/conf.d/hwclock
/etc/conf.d/keymaps /etc/conf.d/local /etc/conf.d/locale
/etc/conf.d/localmount /etc/conf.d/modules /etc/conf.d/network
/etc/conf.d/urandom /etc/conf.d/staticroute /etc/inittab"
conf_files="
/etc/rc.conf
/etc/conf.d/bootmisc
/etc/conf.d/consolefont
/etc/conf.d/dmesg
/etc/conf.d/fsck
/etc/conf.d/hostname
/etc/conf.d/hwclock
/etc/conf.d/keymaps
/etc/conf.d/locale
/etc/conf.d/network
/etc/conf.d/localmount
/etc/conf.d/modules
/etc/conf.d/staticroute
/etc/conf.d/urandom
/etc/inittab"
subpackages="$pkgname-devel"
Add_dependency full glibc