diff options
author | David Spencer <idlemoor@slackbuilds.org> | 2017-08-03 15:52:32 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-08-05 07:07:33 +0700 |
commit | 9a0997a86fafa78cbd744f8a5ee9a1e376442898 (patch) | |
tree | a660bab2b87a53ed1e8e3d798222de48f3c1cb71 | |
parent | 38d3d5e413aabf3a565bb0442e6d73da8f4cb051 (diff) | |
download | slackbuilds-9a0997a86fafa78cbd744f8a5ee9a1e376442898.tar.gz |
system/hdapsd: Fixed doinst.sh.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r-- | system/hdapsd/README.SLACKWARE | 2 | ||||
-rw-r--r-- | system/hdapsd/doinst.sh | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/system/hdapsd/README.SLACKWARE b/system/hdapsd/README.SLACKWARE index 9228775353..1a6a8acfbd 100644 --- a/system/hdapsd/README.SLACKWARE +++ b/system/hdapsd/README.SLACKWARE @@ -1,5 +1,5 @@ hdapsd README.SLACKWARE - 20090329 <rworkman@slackbuilds.org> -Aplies also for hdaps-20090401 <hba.nihilismus@gmail.com> +Applies also for hdaps-20090401 <hba.nihilismus@gmail.com> We have added a custom /etc/hdapsd.conf file in which you can specify various details about your system without editing the installed init diff --git a/system/hdapsd/doinst.sh b/system/hdapsd/doinst.sh index fc47654325..e6e0e75835 100644 --- a/system/hdapsd/doinst.sh +++ b/system/hdapsd/doinst.sh @@ -23,6 +23,5 @@ preserve_perms() { } preserve_perms etc/rc.d/rc.hdapsd.new -config etc/rc.d/rc.hdapsd.new config etc/hdapsd.conf.new |