Fixed preprunitservice command in several pkg build files

This commit is contained in:
PktSurf 2023-04-10 16:08:58 +05:30
parent 78dcdc078b
commit 464f8131bb
17 changed files with 25 additions and 27 deletions

View file

@ -34,7 +34,7 @@ build() {
mkdir -p $pkg/var/lib/chrony
preprunitservice chrony down
preprunitservice -s chrony -d
mkfinalpkg
}

View file

@ -28,7 +28,7 @@ build() {
mv $pkg/etc/smartd.conf $pkg/etc/smartd.conf.new
preprunitservice smartd down
preprunitservice -s smartd -d
mkfinalpkg
}

View file

@ -44,8 +44,8 @@ build() {
chmod 640 $pkg/var/log/$i.new
done
preprunitservice syslogd finish
preprunitservice klogd finish
preprunitservice -s syslogd -f
preprunitservice -s klogd -f
chmod 755 $pkg/etc/service/{klogd,syslogd/finish}
mkfinalpkg

View file

@ -23,7 +23,7 @@ build() {
install -Dm 600 dnsmasq.conf.example $pkg/etc/dnsmasq.conf.new
cp COPYING* $pkgdocs/
preprunitservice dnsmasq down
preprunitservice -s dnsmasq -d
mkfinalpkg
}

View file

@ -48,7 +48,7 @@ build() {
install -Dm 644 $srcdir/dovecot.conf.sample $pkg/etc/dovecot/dovecot.conf.new
preprunitservice dovecot down
preprunitservice -s dovecot -d
mkfinalpkg
}

View file

@ -34,7 +34,7 @@ build() {
cp ../COPYING $pkgdocs/
preprunitservice hostapd down
preprunitservice -s hostapd -d
mkfinalpkg
}

View file

@ -48,7 +48,7 @@ build() {
cp LICENSE $pkgdocs/
preprunitservice nginx down
preprunitservice -s nginx -d
(
cd $pkg/etc/nginx

View file

@ -29,7 +29,7 @@ build() {
cp COPYING $pkgdocs/
preprunitservice openntpd down
preprunitservice -s openntpd -d
mkfinalpkg
}

View file

@ -50,7 +50,7 @@ build() {
cp $srcdir/sshd_config $pkg/etc/ssh/sshd_config.new
mv $pkg/etc/ssh/ssh_config $pkg/etc/ssh/ssh_config.new
preprunitservice openssh
preprunitservice -s openssh
mkfinalpkg
}

View file

@ -28,7 +28,7 @@ build() {
cp COPY* $pkgdocs/
preprunitservice openvpn down
preprunitservice -s openvpn -d
mkfinalpkg
}

View file

@ -1,6 +1,6 @@
app=postfix
version=3.4.9
build=1sml
build=2sml
homepage="https://www.postfix.org/"
download="https://cdn.postfix.johnriley.me/mirrors/postfix-release/official/postfix-$version.tar.gz"
desc="Fast, secure and easy-to-administer mail server"
@ -54,11 +54,11 @@ build() {
cd bin
ln -s sendmail mailq
ln -s sendmail newaliases
rm -r $pkg/usr
rm -rv $pkg/usr
)
preprunitservice postfix down
preprunitservice postfix.ssl down
preprunitservice -s postfix -d
preprunitservice -s postfix.ssl -d
mkfinalpkg
}

View file

@ -40,7 +40,7 @@ build() {
make
make install DESTDIR=$pkg
preprunitservice privoxy down
preprunitservice -s privoxy -d
(
cd $pkg/etc/privoxy
@ -49,8 +49,6 @@ build() {
done
)
#mv $pkg/share/doc/LICENSE $pkgdocs/
mkfinalpkg
}

View file

@ -69,14 +69,14 @@ build() {
rmdir $pkg/bind-dns
preprunitservice smbd down
preprunitservice nmbd down
preprunitservice -s smbd -d
preprunitservice -s nmbd -d
mkfinalpkg
}
sha512sums="
bc0eb8bc62fd2c4aa94b452a79e0a31fb3ad52bd46535b5f4c5eff4de8781419c3eb066a8394e704e7d4097c9651932a8de76d5b37cc05547d9a3ed48bf157ae samba-4.18.0.tar.gz
969acb2ece0c34ff19eac31cdef1362ffc73c6f60abc477a5ab9cb089e13d942b222a7ad7bde8833a551d55d6b42d1cec7d7b19e6919a9a142881458e2611f27 samba-4.18.0.tar.lz
bc2df70e327fea5dfbd923600225f1448815d842c37d6937dd74eab7f7699d7f52cd7a8e28a61233974649cf86661a0107dce5019d33b71205e4b41bac73f4e2 add_missing___compar_fn_t.patch
58de5e79fdfd06e828d478e112d581d333a8bee88d2602b92204d780f0d707b27dd84f8e2e6b00fca40da81c8fe99aa5bcec70d8b393d3a0a83199c72a4aa48b getpwent_r.patch
9642e0de5a39ab940e0f53040ae20fccdbde471bed9bcca713482f26e7c88451e405bd63d719d0548975c7c4c045b51b0006672d34ec4390c3b5a618ea6c8d85 missing-headers.patch

View file

@ -34,7 +34,7 @@ build() {
mkdir -p $pkg/var/lib/tor
chown -R tor:tor $pkg/var/lib/tor
preprunitservice tor down
preprunitservice -s tor -d
mkfinalpkg
}

View file

@ -30,7 +30,7 @@ build() {
cp LICENSE $pkgdocs/
preprunitservice unbound down
preprunitservice -s unbound -d
mkfinalpkg
}

View file

@ -28,7 +28,7 @@ build() {
( cd $pkg/etc ; mv vnstat.conf vnstat.conf.new )
preprunitservice vnstat down
preprunitservice -s vnstat -d
mkfinalpkg
}

View file

@ -40,7 +40,7 @@ build() {
install -m 0755 $srcdir/wpa_connect_action.sh $pkg/etc/wpa_connect_action.sh
mkdir -p $pkg/var/run/wpa_supplicant
preprunitservice wpa-supplicant down
preprunitservice -s wpa-supplicant -d
mkfinalpkg
}