summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2016-06-27 19:01:11 +0200
committerJuergen Daubert <jue@jue.li>2016-06-27 19:02:05 +0200
commite1ce544d8b03a23372cf0c2e7f4d3b60a916d71d (patch)
treef8cfe4f9e22069846a5e351241890373a96b10fa
parent64bf40b7529c92b5bcbccbbfecb54a1e0d3dd8bd (diff)
downloadopt-e1ce544d8b03a23372cf0c2e7f4d3b60a916d71d.tar.gz
opt-e1ce544d8b03a23372cf0c2e7f4d3b60a916d71d.tar.xz
fcron: update to 3.2.1
-rw-r--r--fcron/.footprint19
-rw-r--r--fcron/.md5sum2
-rw-r--r--fcron/Pkgfile8
3 files changed, 15 insertions, 14 deletions
diff --git a/fcron/.footprint b/fcron/.footprint
index 943e97af1..09da97ee4 100644
--- a/fcron/.footprint
+++ b/fcron/.footprint
@@ -10,17 +10,18 @@ drwxr-xr-x root/root usr/bin/
---s--s--x fcron/fcron usr/bin/fcrondyn
---s--x--- root/fcron usr/bin/fcronsighup
---s--s--x fcron/fcron usr/bin/fcrontab
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man1/
--rw-r--r-- root/root usr/man/man1/fcrondyn.1.gz
--rw-r--r-- root/root usr/man/man1/fcrontab.1.gz
-drwxr-xr-x root/root usr/man/man5/
--rw-r--r-- root/root usr/man/man5/fcron.conf.5.gz
--rw-r--r-- root/root usr/man/man5/fcrontab.5.gz
-drwxr-xr-x root/root usr/man/man8/
--rw-r--r-- root/root usr/man/man8/fcron.8.gz
drwxr-xr-x root/root usr/sbin/
---x--x--- root/root usr/sbin/fcron
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/fcrondyn.1.gz
+-rw-r--r-- root/root usr/share/man/man1/fcrontab.1.gz
+drwxr-xr-x root/root usr/share/man/man5/
+-rw-r--r-- root/root usr/share/man/man5/fcron.conf.5.gz
+-rw-r--r-- root/root usr/share/man/man5/fcrontab.5.gz
+drwxr-xr-x root/root usr/share/man/man8/
+-rw-r--r-- root/root usr/share/man/man8/fcron.8.gz
drwxr-xr-x root/root var/
drwxr-xr-x root/root var/spool/
drwxrwx--- fcron/fcron var/spool/fcron/
diff --git a/fcron/.md5sum b/fcron/.md5sum
index 591de1350..86fc632c7 100644
--- a/fcron/.md5sum
+++ b/fcron/.md5sum
@@ -1,3 +1,3 @@
828844b657b94a240cc7df016f656179 fcron
-4b031c2fba32a98fa814d1557158b0e9 fcron-3.2.0.src.tar.gz
+bd4996e941a40327d11efc5e3fd1f839 fcron-3.2.1.src.tar.gz
0153ce1b5ac57ab970abafbde26a9b62 systab.orig
diff --git a/fcron/Pkgfile b/fcron/Pkgfile
index 0e2cfac3e..29cee3c07 100644
--- a/fcron/Pkgfile
+++ b/fcron/Pkgfile
@@ -4,8 +4,8 @@
# Depends on: readline
name=fcron
-version=3.2.0
-release=4
+version=3.2.1
+release=1
source=(http://fcron.free.fr/archives/$name-$version.src.tar.gz
fcron systab.orig)
@@ -15,7 +15,7 @@ build () {
./configure --prefix=/usr \
--sysconfdir=/etc/fcron \
--localstatedir=/var \
- --mandir=/usr/man \
+ --mandir=/usr/share/man \
--with-spooldir=/var/spool/fcron \
--with-boot-install=no \
--with-username=fcron \
@@ -28,7 +28,7 @@ build () {
make
make DESTDIR=$PKG install
- rm -r $PKG/{usr/{share,man/{fr,man3}},var/run}
+ rm -r $PKG/{usr/share/{doc,man/{fr,man3}},var/run}
install -D -m 755 $SRC/fcron $PKG/etc/rc.d/fcron
install -m 600 -o root -g fcron $SRC/systab.orig $PKG/var/spool/fcron

Generated by cgit