summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2010-03-27 16:33:28 (GMT)
committerJames Meyer <james.meyer@operamail.com>2010-03-27 16:33:28 (GMT)
commitaa6552b1b52c24c4cd530decc7402191fa454c33 (patch)
treefd01590f1381fbc11b88aa18ae1a8c51d95178fd /abs/extra-testing
parentece441330b8ffbcab00ca3b60787fb8b7c8106ff (diff)
parentd6ad69f1880aa27c88fb8991cd06e749afefe1f1 (diff)
downloadlinhes_pkgbuild-aa6552b1b52c24c4cd530decc7402191fa454c33.zip
linhes_pkgbuild-aa6552b1b52c24c4cd530decc7402191fa454c33.tar.gz
linhes_pkgbuild-aa6552b1b52c24c4cd530decc7402191fa454c33.tar.bz2
Merge branch 'HEAD' of ssh://jams@knoppmyth.net/mount/repository/LinHES-PKGBUILD
Diffstat (limited to 'abs/extra-testing')
-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"
}