diff options
author | Robert Allen <slacker@engineer.com> | 2014-11-28 06:44:19 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-11-28 06:44:19 +0700 |
commit | 832cfff34c0178b0272481fc845a51eaf88f22e6 (patch) | |
tree | d966c32fa5724d9761b101e029e286259cec8799 /system/daemonize/daemonize.SlackBuild | |
parent | b0ae1839976efbd3aa597aa6930a0f1b8187a1dd (diff) | |
download | slackbuilds-832cfff34c0178b0272481fc845a51eaf88f22e6.tar.gz |
system/daemonize: Updated for version 1.7.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/daemonize/daemonize.SlackBuild')
-rw-r--r-- | system/daemonize/daemonize.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/system/daemonize/daemonize.SlackBuild b/system/daemonize/daemonize.SlackBuild index 2a94dfb9f4..81bad1dafa 100644 --- a/system/daemonize/daemonize.SlackBuild +++ b/system/daemonize/daemonize.SlackBuild @@ -5,10 +5,12 @@ # Copyright 2013 Robert Allen <slacker@slaphappygeeks.com> # All rights reserved, including Creator Endowed Unalienable Rights # +# With acknowledgment to Duane Penzien for helpful suggestions. +# # This script is placed into the public domain by the author PRGNAM=daemonize -VERSION=1.7.4 +VERSION=${VERSION:-1.7.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |