fcron: Use absolute paths for mailer and editor
This commit is contained in:
parent
ec0b5e3257
commit
3771028391
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'fcron'
|
# Template file for 'fcron'
|
||||||
pkgname=fcron
|
pkgname=fcron
|
||||||
version=3.3.0
|
version=3.3.0
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="
|
configure_args="
|
||||||
--sysconfdir=/etc/fcron
|
--sysconfdir=/etc/fcron
|
||||||
|
@ -13,8 +13,8 @@ configure_args="
|
||||||
--localstatedir=/var
|
--localstatedir=/var
|
||||||
--with-piddir=/run
|
--with-piddir=/run
|
||||||
--with-pam=yes
|
--with-pam=yes
|
||||||
--with-sendmail=sendmail
|
--with-sendmail=/usr/bin/sendmail
|
||||||
--with-editor=vi
|
--with-editor=/usr/bin/vi
|
||||||
--with-shell=/bin/sh
|
--with-shell=/bin/sh
|
||||||
--disable-checks"
|
--disable-checks"
|
||||||
make_dirs="
|
make_dirs="
|
||||||
|
|
Loading…
Reference in New Issue