diff options
Diffstat (limited to 'abs/extra-testing/community/network-ups-tools/nut.install')
-rw-r--r-- | abs/extra-testing/community/network-ups-tools/nut.install | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/abs/extra-testing/community/network-ups-tools/nut.install b/abs/extra-testing/community/network-ups-tools/nut.install index f2f02d6..1e6beee 100644 --- a/abs/extra-testing/community/network-ups-tools/nut.install +++ b/abs/extra-testing/community/network-ups-tools/nut.install @@ -5,9 +5,10 @@ post_install() { chmod 0770 /var/state/ups/ chown root:nut /var/state/ups/ chown root:nut /etc/ups/upsd.conf /etc/ups/upsd.users /etc/ups/upsmon.conf - echo ">>> Before starting your UPSd daemon, you must" - echo ">>> edit /etc/ups/ups.conf in order to set your" - echo ">>> UPS driver and port." + echo ">>> Before starting your UPSd daemon, it is imperative" + echo ">>> that you read through and edit where needed these files:" + echo ">>> /etc/ups/{ups.conf,upsd.conf,upsmon.conf,upsd.users}" + echo ">>>" echo ">>> Then add the the upsd service:" echo ">>> $ sudo add_service.sh upsd" } |