File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33@version = @VERSION@
44@description = "runit"
55@user = (root)
6- @options = ( log )
76
87[start]
98@build = custom
109@shebang = ( "/bin/sh" )
11- @execute = (
10+ @execute = (
1211PATH=/usr/bin:/usr/sbin
1312
1413runlevel=66
@@ -24,10 +23,9 @@ exec s6-env -i PATH=$PATH \
2423[stop]
2524@build = custom
2625@shebang = ( "/bin/sh" )
27- @execute = (
28- sv force-stop /var/service/*
29- sv exit /var/service/* )
26+ @execute = ( sv force-stop /var/service/* }
27+ sv exit /var/service/* )
3028
3129[logger]
32- @backup = 3
30+ @backup = 3
3331@maxsize = 1000000
Original file line number Diff line number Diff line change 33@version = @VERSION@
44@description = "Launch @I"
55@user = ( root )
6- @options = ( env )
76
87[start]
98@execute = ( execl-cmdline -s { agetty ${cmd_args} @I } )
Original file line number Diff line number Diff line change 11# Template file for 'boot-66serv'
22pkgname=boot-66serv
3- version=2.2.1
3+ version=2.3.0
44revision=1
55wrksrc=${pkgname}-v${version}
66build_style=gnu-configure
@@ -14,10 +14,10 @@ short_desc="Stage 1 boot for 66"
1414maintainer="mobinmob <mobinmob@disroot.org>"
1515# previous maintainer="teldra <teldra@rotce.de>"
1616license="ISC"
17- homepage="https://framagit.org/Obarun /boot-66serv"
17+ homepage="https://framagit.org/pkg/obmods /boot-66serv"
1818conf_files="/etc/66/rc.local"
19- distfiles="https://framagit.org/Obarun/${pkgname}/-/ archive/v${version}/${pkgname}- v${version}.tar.gz "
20- checksum=34eac7f84dd9cafda78a7b5a21eed484e9d6b52e8fba0ade6dbb5f1567def84d
19+ distfiles="https://framagit.org/pkg/obmods/boot-66serv/-/ archive/v${version}/boot-66serv- v${version}.tar.bz2 "
20+ checksum=03b692700030eaae1e882b6df97e84cbbf0180e067291342d5ed9117047475ba
2121
2222make_dirs="/etc/runit/runsvdir/66 0750 root root"
2323
You can’t perform that action at this time.
0 commit comments