mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
cronie, dcron, dkimproxy, sqmail: override default log facility
previous log service used cron/mail facility
This commit is contained in:
parent
935acc7300
commit
b5d44cefbb
4 changed files with 8 additions and 8 deletions
|
@ -44,7 +44,7 @@ pre_configure() {
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vsv cronie
|
vsv cronie cron
|
||||||
vinstall ${FILESDIR}/crond.pam 644 etc/pam.d crond
|
vinstall ${FILESDIR}/crond.pam 644 etc/pam.d crond
|
||||||
|
|
||||||
# Add /etc/cron.deny empty, to allow all users.
|
# Add /etc/cron.deny empty, to allow all users.
|
||||||
|
|
|
@ -47,7 +47,7 @@ do_install() {
|
||||||
# crontab must be setuid for all users to work!
|
# crontab must be setuid for all users to work!
|
||||||
chmod 4755 ${DESTDIR}/usr/bin/crontab
|
chmod 4755 ${DESTDIR}/usr/bin/crontab
|
||||||
|
|
||||||
vsv dcron
|
vsv dcron cron
|
||||||
|
|
||||||
# Fix conflicts with other packages
|
# Fix conflicts with other packages
|
||||||
mv ${DESTDIR}/usr/bin/crond ${DESTDIR}/usr/bin/dcrond
|
mv ${DESTDIR}/usr/bin/crond ${DESTDIR}/usr/bin/dcrond
|
||||||
|
|
|
@ -20,6 +20,6 @@ post_install() {
|
||||||
vsconf ${DESTDIR}/etc/dkimproxy_out.conf.example
|
vsconf ${DESTDIR}/etc/dkimproxy_out.conf.example
|
||||||
mv ${DESTDIR}/etc/dkimproxy_in.conf.example ${DESTDIR}/etc/dkimproxy_in.conf
|
mv ${DESTDIR}/etc/dkimproxy_in.conf.example ${DESTDIR}/etc/dkimproxy_in.conf
|
||||||
mv ${DESTDIR}/etc/dkimproxy_out.conf.example ${DESTDIR}/etc/dkimproxy_out.conf
|
mv ${DESTDIR}/etc/dkimproxy_out.conf.example ${DESTDIR}/etc/dkimproxy_out.conf
|
||||||
vsv dkimproxy_in
|
vsv dkimproxy_in mail
|
||||||
vsv dkimproxy_out
|
vsv dkimproxy_out mail
|
||||||
}
|
}
|
||||||
|
|
|
@ -117,10 +117,10 @@ do_install() {
|
||||||
done
|
done
|
||||||
rm ${DESTDIR}/usr/bin/hostname
|
rm ${DESTDIR}/usr/bin/hostname
|
||||||
rm ${DESTDIR}/usr/share/man/man8/hostname.8
|
rm ${DESTDIR}/usr/share/man/man8/hostname.8
|
||||||
vsv qmail-send
|
vsv qmail-send mail
|
||||||
vsv qmail-smtpd
|
vsv qmail-smtpd mail
|
||||||
vsv qmail-smtpsd
|
vsv qmail-smtpsd mail
|
||||||
vsv qmail-smtpsub
|
vsv qmail-smtpsub mail
|
||||||
vlicense ../doc/LICENSE
|
vlicense ../doc/LICENSE
|
||||||
mv ${DESTDIR}/usr/bin/maildirmake ${DESTDIR}/usr/bin/maildirmake.sqmail
|
mv ${DESTDIR}/usr/bin/maildirmake ${DESTDIR}/usr/bin/maildirmake.sqmail
|
||||||
mv ${DESTDIR}/usr/share/man/man1/maildirmake.1 ${DESTDIR}/usr/share/man/man1/maildirmake.sqmail.1
|
mv ${DESTDIR}/usr/share/man/man1/maildirmake.1 ${DESTDIR}/usr/share/man/man1/maildirmake.sqmail.1
|
||||||
|
|
Loading…
Add table
Reference in a new issue