Commit 7dd9cf4b authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Set sysconfdir to /etc and added /etc/cron.deny to allow unprivileged user use

parent 385ec681
all:
tar xf cronie-1.7.2.tar.gz
cd cronie-cronie-1.7.2 && ./autogen.sh
cd cronie-cronie-1.7.2 && ./configure --prefix=/usr --localstatedir=/var
cd cronie-cronie-1.7.2 && ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc
$(MAKE) -C cronie-cronie-1.7.2
$(MAKE) -C cronie-cronie-1.7.2 install
touch /etc/cron.deny
install -v -m755 -d /var/spool/cron
rm -rf cronie-cronie-1.7.2
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment