mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
Updated initscripts
This commit is contained in:
parent
6bd746a8c6
commit
39cb2f7f53
3 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Mike Staszel <mikestaszel@plugboxlinux.org>
|
||||
|
||||
pkgname=initscripts
|
||||
pkgver=2010.01
|
||||
pkgver=2010.06
|
||||
pkgrel=1
|
||||
pkgdesc="System initialization/bootup scripts"
|
||||
arch=(arm)
|
||||
|
@ -37,13 +37,13 @@ md5sums=('c03a4a5be5e2579b59e0dcd6a21d310b'
|
|||
'ae343387b55279b8aa872c54b2ac0e50'
|
||||
'96fdb70f95844d95a9941ee319601e8d'
|
||||
'fe1a494a0b6f269ce1bcafae85a60a7b'
|
||||
'dccf83de27c0884b021219e19291731c'
|
||||
'c0316960589a345bb50acc3840a3d236'
|
||||
'bd236a57bc00aa4727b98c5ae401c457'
|
||||
'669ce6d766dd9deb86686219f3763fe4'
|
||||
'8c94c7faaa17f0f4971cff19da047e44'
|
||||
'e3eb057da4d46477d1e03925c1c12c03'
|
||||
'2c4ef098e6ee45cb86272cb3cb28bb47'
|
||||
'7fb7e4402911a31555041228d03772e0')
|
||||
'6440aad816f6a490418ca0e732e283c7')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
LOCALE="en_US.UTF-8"
|
||||
HARDWARECLOCK="localtime"
|
||||
TIMEZONE="Canada/Pacific"
|
||||
TIMEZONE="America/Chicago"
|
||||
KEYMAP="us"
|
||||
CONSOLEFONT=
|
||||
CONSOLEMAP=
|
||||
|
|
|
@ -7,8 +7,8 @@
|
|||
. /etc/rc.d/functions
|
||||
|
||||
echo " "
|
||||
printhl "PlugBox Linux\n"
|
||||
printhl "${C_H2}http://www.plugapps.com"
|
||||
printhl "Plugbox Linux\n"
|
||||
printhl "${C_H2}http://www.plugboxlinux.org"
|
||||
printhl "Copyright 2009-2010 Mike Staszel"
|
||||
printsep
|
||||
|
||||
|
|
Loading…
Reference in a new issue