diff options
Diffstat (limited to 'abs/extra-testing/community')
| -rw-r--r-- | abs/extra-testing/community/network-ups-tools/PKGBUILD | 2 | ||||
| -rw-r--r-- | abs/extra-testing/community/network-ups-tools/nut.install | 7 | 
2 files changed, 5 insertions, 4 deletions
| diff --git a/abs/extra-testing/community/network-ups-tools/PKGBUILD b/abs/extra-testing/community/network-ups-tools/PKGBUILD index 2b90eb7..1644c2e 100644 --- a/abs/extra-testing/community/network-ups-tools/PKGBUILD +++ b/abs/extra-testing/community/network-ups-tools/PKGBUILD @@ -4,7 +4,7 @@  pkgname=network-ups-tools  pkgver=2.4.3 -pkgrel=4 +pkgrel=5  pkgdesc="NUT is a collection of programs for monitoring and administering UPS hardware"  arch=('i686' 'x86_64')  url="http://www.networkupstools.org/" 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"  } | 
