mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
core -> extra/initscripts to 2012.10.1-1
This commit is contained in:
parent
afe7b9d249
commit
6da6bcd992
4 changed files with 10 additions and 11 deletions
|
@ -4,13 +4,12 @@
|
|||
# Contributor: Aaron Griffin <aaron@archlinux.org>
|
||||
|
||||
pkgname=initscripts
|
||||
pkgver=2012.09.2
|
||||
pkgrel=2
|
||||
pkgver=2012.10.1
|
||||
pkgrel=1
|
||||
pkgdesc="System initialization/bootup scripts"
|
||||
arch=('any')
|
||||
url="http://www.archlinux.org"
|
||||
license=('GPL2')
|
||||
groups=('base')
|
||||
provides=('initscripts-systemd')
|
||||
conflicts=('initscripts-systemd')
|
||||
replaces=('initscripts-systemd')
|
||||
|
@ -26,7 +25,7 @@ install=initscripts.install
|
|||
source=("ftp://ftp.archlinux.org/other/initscripts/${pkgname}-${pkgver}.tar.xz"
|
||||
'alarm.patch'
|
||||
'rc.conf')
|
||||
md5sums=('c0a550c17624a6e72dc0edb3da8d664c'
|
||||
md5sums=('a4a747e73819b81f2218cf5b9bd53703'
|
||||
'e7ec1f2d469258b91bbda84284d37c4c'
|
||||
'c618e099f522f861e08a475f8960a6c2')
|
||||
|
|
@ -1,9 +1,4 @@
|
|||
post_upgrade() {
|
||||
if [ "$(vercmp $2 2009.07)" -lt 0 ]; then
|
||||
echo "==> Adjusting /etc/inittab for transition to /dev/tty standard."
|
||||
echo "==> Original file saved as /etc/inittab.pacsave"
|
||||
sed -i'.pacsave' 's#vc/\([0-9]\)#tty\1#' /etc/inittab
|
||||
fi
|
||||
if [ "$(vercmp $2 2011.06.1)" -lt 0 ]; then
|
||||
echo "Blacklisting of modules is no longer supported in rc.conf,"
|
||||
echo "please add blacklist entries to /etc/modprobe.d/ instead."
|
||||
|
@ -18,9 +13,14 @@ post_upgrade() {
|
|||
fi
|
||||
if [ "$(vercmp $2 2012.08.1)" -lt 0 ]; then
|
||||
echo "----"
|
||||
echo "> initscripts now ships a compatibility layer to make systemd use MODULES and"
|
||||
echo "> DAEMONS from rc.conf; and run rc.local and rc.local.shutdown on boot and"
|
||||
echo "> initscripts now ships a compatibility layer to make systemd use DAEMONS"
|
||||
echo "> from rc.conf; and run rc.local and rc.local.shutdown on boot and"
|
||||
echo "> shutdown, respectively. Refer to arch-modules-load(8) and arch-daemons(8)."
|
||||
echo "----"
|
||||
fi
|
||||
if [ "$(vercmp $2 2012.10.1)" -lt 0 ]; then
|
||||
echo "----"
|
||||
echo "> systemd no longer reads MODULES from rc.conf."
|
||||
echo "----"
|
||||
fi
|
||||
}
|
Loading…
Reference in a new issue