cronie: remove name assignment from rc script, bumprev.
--HG-- extra : convert_revision : 136cc7697e053b275039ecedbcf32a1f88b6b3e4
This commit is contained in:
parent
49407acd1a
commit
8cdc3b696b
2 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,6 @@
|
||||||
|
|
||||||
command=/usr/sbin/crond
|
command=/usr/sbin/crond
|
||||||
pidfile=/var/run/crond.pid
|
pidfile=/var/run/crond.pid
|
||||||
name="crond (Cron Daemon)"
|
|
||||||
|
|
||||||
depend()
|
depend()
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# Template file for 'cronie'
|
# Template file for 'cronie'
|
||||||
pkgname=cronie
|
pkgname=cronie
|
||||||
version=1.4.1
|
version=1.4.1
|
||||||
|
revision=1
|
||||||
distfiles="http://xbps.nopcode.org/distfiles/cronie-$version.tar.gz"
|
distfiles="http://xbps.nopcode.org/distfiles/cronie-$version.tar.gz"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--with-inotify --without-selinux --with-pam --disable-anacron
|
configure_args="--with-inotify --without-selinux --with-pam --disable-anacron
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue