parent
5ee37a8fdc
commit
1e57b1d7d6
|
@ -13,6 +13,6 @@ post)
|
|||
chmod 640 etc/fcron/fcron.conf etc/fcron/fcron.allow etc/fcron/fcron.deny
|
||||
|
||||
chown fcron:fcron var/spool/fcron
|
||||
chmod 6770 var/spool/fcron
|
||||
chmod 770 var/spool/fcron
|
||||
;;
|
||||
esac
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'fcron'
|
||||
pkgname=fcron
|
||||
version=3.2.0
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=gnu-configure
|
||||
configure_args="
|
||||
--sysconfdir=/etc/fcron
|
||||
|
@ -22,7 +22,7 @@ make_dirs="
|
|||
/etc/cron.monthly 0755 root root
|
||||
/etc/cron.weekly 0755 root root"
|
||||
hostmakedepends="autoconf perl"
|
||||
makedepends="readline-devel"
|
||||
makedepends="pam-devel readline-devel"
|
||||
depends="run-parts"
|
||||
short_desc="Feature-rich cron implementation"
|
||||
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
||||
|
@ -31,8 +31,6 @@ homepage="http://fcron.free.fr"
|
|||
distfiles="$homepage/archives/$pkgname-$version.src.tar.gz"
|
||||
checksum=eb13b86ed96805d117e19847f1da30b834f1990f7ef4c38f5007234d44679564
|
||||
|
||||
build_pie=yes
|
||||
|
||||
system_accounts="fcron"
|
||||
fcron_homedir="/var/spool/fcron"
|
||||
fcron_shell="/bin/sh"
|
||||
|
@ -41,6 +39,7 @@ conf_files="
|
|||
/etc/fcron/fcron.conf
|
||||
/etc/fcron/fcron.allow
|
||||
/etc/fcron/fcron.deny
|
||||
/etc/fcron/pam.conf
|
||||
/var/spool/fcron/systab.orig"
|
||||
|
||||
## me: fcron installer is not the king. I'm.
|
||||
|
|
Loading…
Reference in New Issue
Block a user