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'
|
||||
pkgname=fcron
|
||||
version=3.3.0
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="
|
||||
--sysconfdir=/etc/fcron
|
||||
|
@ -13,8 +13,8 @@ configure_args="
|
|||
--localstatedir=/var
|
||||
--with-piddir=/run
|
||||
--with-pam=yes
|
||||
--with-sendmail=sendmail
|
||||
--with-editor=vi
|
||||
--with-sendmail=/usr/bin/sendmail
|
||||
--with-editor=/usr/bin/vi
|
||||
--with-shell=/bin/sh
|
||||
--disable-checks"
|
||||
make_dirs="
|
||||
|
|
Loading…
Reference in New Issue