opensmtpd: move to usr/bin.
This commit is contained in:
parent
cb1a11bef2
commit
bfbc36a2d0
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'opensmtpd'
|
||||
pkgname=opensmtpd
|
||||
version=5.4.5p2
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--sysconfdir=/etc/smtpd --sbindir=/usr/bin
|
||||
--with-maildir=/var/spool/mail --with-privsep-path=/var/empty
|
||||
|
@ -40,9 +40,6 @@ post_install() {
|
|||
vlicense LICENSE
|
||||
vinstall /dev/null 644 etc/smtpd aliases
|
||||
|
||||
vmkdir usr/sbin
|
||||
ln -s /usr/bin/sendmail ${DESTDIR}/usr/sbin/sendmail
|
||||
|
||||
if [ "$build_option_systemd" ]; then
|
||||
vinstall ${FILESDIR}/smtpd.service 644 usr/lib/systemd/system
|
||||
vinstall ${FILESDIR}/smtpd.socket 644 usr/lib/systemd/system
|
||||
|
|
Loading…
Reference in New Issue
Block a user