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/README | |
parent | b0ae1839976efbd3aa597aa6930a0f1b8187a1dd (diff) |
system/daemonize: Updated for version 1.7.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/daemonize/README')
-rw-r--r-- | system/daemonize/README | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/system/daemonize/README b/system/daemonize/README index 4c4c7ce7c900..da20e7467bf6 100644 --- a/system/daemonize/README +++ b/system/daemonize/README @@ -3,5 +3,15 @@ Daemonize allows you to run a command as a Unix daemon. See man page for usage after installation. Builds from hosted snapshot of git repo. See home page -to from daemonize.info for latest version info. +from daemonize.info for latest version information. + +To build a later version if available, clone it with: + +git clone git://github.com/bmc/daemonize.git + +Then read the CHANGES.md file to find the release version. +Change the directory name from daemonize to daemonize-x.y.z +and create a daemonize-x.y.z.tar.gz file from that folder. + +You may then build with: VERSION=x.y.z ./daemonize.SlackBuild |