summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Hanson <hansonorders@verison.net>2010-03-27 03:59:57 (GMT)
committerMichael Hanson <hansonorders@verison.net>2010-03-27 03:59:57 (GMT)
commit2a00834fc7608d498635f9dff4b9c733a315d537 (patch)
tree0c2f0459830ce89ad253512bc9946013d757d05a
parent91205c89deab8bf1b25f44c58a25d56d552ef67e (diff)
downloadlinhes_pkgbuild-2a00834fc7608d498635f9dff4b9c733a315d537.zip
linhes_pkgbuild-2a00834fc7608d498635f9dff4b9c733a315d537.tar.gz
linhes_pkgbuild-2a00834fc7608d498635f9dff4b9c733a315d537.tar.bz2
network-ups-tolls: add some config info to .install
-rw-r--r--abs/extra-testing/community/network-ups-tools/PKGBUILD2
-rw-r--r--abs/extra-testing/community/network-ups-tools/nut.install7
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"
}