diff options
author | Michael Hanson <hansonorders@verison.net> | 2010-03-27 03:59:57 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verison.net> | 2010-03-27 03:59:57 (GMT) |
commit | 2a00834fc7608d498635f9dff4b9c733a315d537 (patch) | |
tree | 0c2f0459830ce89ad253512bc9946013d757d05a /abs/extra-testing/community/network-ups-tools/nut.install | |
parent | 91205c89deab8bf1b25f44c58a25d56d552ef67e (diff) | |
download | linhes_pkgbuild-2a00834fc7608d498635f9dff4b9c733a315d537.zip linhes_pkgbuild-2a00834fc7608d498635f9dff4b9c733a315d537.tar.gz linhes_pkgbuild-2a00834fc7608d498635f9dff4b9c733a315d537.tar.bz2 |
network-ups-tolls: add some config info to .install
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" } |