summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Ryan P.C. McQuen <ryanpcmcquen@gmail.com>2014-04-16 22:42:55 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-04-23 07:51:31 +0700
commite240cfc33ee72c7f5dec8aae75791280fc0682ea (patch)
treed08472f4070db39a0a458afc2d9be5e39a361895 /system
parentefaae66afddb12ce72b9b15cdb7dc5a4b23450a5 (diff)
downloadslackbuilds-e240cfc33ee72c7f5dec8aae75791280fc0682ea.tar.gz
slackbuilds-e240cfc33ee72c7f5dec8aae75791280fc0682ea.tar.xz
system/cronie: New maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/cronie/cronie.SlackBuild9
-rw-r--r--system/cronie/cronie.info4
2 files changed, 7 insertions, 6 deletions
diff --git a/system/cronie/cronie.SlackBuild b/system/cronie/cronie.SlackBuild
index de1f670235..3d77f4bfc4 100644
--- a/system/cronie/cronie.SlackBuild
+++ b/system/cronie/cronie.SlackBuild
@@ -3,6 +3,7 @@
# Slackware build script for cronie
# Copyright 2012, 2013 Chris Abela, Malta
+# Copyright 2014 Ryan P.C. McQuen, WA, ryan.q@linux.com
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -64,10 +65,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
- \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
- -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
+ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
+ -o -perm 511 \) -exec chmod 755 {} \; -o \
+ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# Enable anacron by default
[ "$ANACRON" = no ] && unset ANACRONFLAG || ANACRONFLAG="--enable-anacron"
diff --git a/system/cronie/cronie.info b/system/cronie/cronie.info
index 704d4fa6f6..5446896f20 100644
--- a/system/cronie/cronie.info
+++ b/system/cronie/cronie.info
@@ -6,5 +6,5 @@ MD5SUM="2ba645cf54de17f138ef70312843862f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
-MAINTAINER="Chris Abela"
-EMAIL="kristofru@gmail.com"
+MAINTAINER="Ryan P.C. McQuen"
+EMAIL="ryan.q@linux.com"