mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
fcron: stay in foreground
This commit is contained in:
parent
1365e18c6f
commit
ca2491ab4d
2 changed files with 2 additions and 2 deletions
|
@ -1,2 +1,2 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
exec fcron
|
exec fcron -f
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'fcron'
|
# Template file for 'fcron'
|
||||||
pkgname=fcron
|
pkgname=fcron
|
||||||
version=3.2.0
|
version=3.2.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="
|
configure_args="
|
||||||
--sysconfdir=/etc/fcron
|
--sysconfdir=/etc/fcron
|
||||||
|
|
Loading…
Add table
Reference in a new issue