mirror of
https://github.com/pygos/build.git
synced 2024-11-22 11:09:46 +01:00
Bump init version
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
parent
3dc8e567c0
commit
14a74edcd1
2 changed files with 3 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
||||||
VERSION="0.8"
|
VERSION="0.9"
|
||||||
SRCDIR="init-${VERSION}"
|
SRCDIR="init-${VERSION}"
|
||||||
TARBALL="${SRCDIR}.tar.xz"
|
TARBALL="${SRCDIR}.tar.xz"
|
||||||
URL="http://infraroot.at/pygos"
|
URL="http://infraroot.at/pygos"
|
||||||
SHA256SUM="1adfe2534d7657c9f7dcc12ea6acf3780b6f009bfb3f32c8c78e893431c6a2db"
|
SHA256SUM="ede42eab34fc339af9e640b2ad0fbf509d567c900611b5866325ad48a44a5159"
|
||||||
DEPENDS="init-scripts usyslog"
|
DEPENDS="init-scripts gcron usyslog"
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
return
|
return
|
||||||
|
|
|
@ -2,7 +2,6 @@ bin/service m 555 0 0
|
||||||
bin/reboot m 777 0 0
|
bin/reboot m 777 0 0
|
||||||
bin/shutdown m 555 0 0
|
bin/shutdown m 555 0 0
|
||||||
bin/init m 555 0 0
|
bin/init m 555 0 0
|
||||||
bin/gcrond m 555 0 0
|
|
||||||
lib/libexec/init m 555 0 0
|
lib/libexec/init m 555 0 0
|
||||||
lib/libexec/init/killall5 m 555 0 0
|
lib/libexec/init/killall5 m 555 0 0
|
||||||
lib/libexec/init/runsvc m 555 0 0
|
lib/libexec/init/runsvc m 555 0 0
|
||||||
|
|
Loading…
Reference in a new issue