diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-01-15 00:55:51 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-01-15 00:55:51 +0000 |
commit | 9f20761463e7ebf8d8079f2e6bbfde18618f5de0 (patch) | |
tree | 7bd8d4a110b6183ce46bccccb27193f202bf9b91 /sysutils | |
parent | 05d4a96b488306777b16d2da8c242f4b521d19b2 (diff) | |
download | ports-9f20761463e7ebf8d8079f2e6bbfde18618f5de0.tar.gz ports-9f20761463e7ebf8d8079f2e6bbfde18618f5de0.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/geomWatch/Makefile | 2 | ||||
-rw-r--r-- | sysutils/geomWatch/files/pkg-message.in | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sysutils/geomWatch/Makefile b/sysutils/geomWatch/Makefile index 3d3b6f84a5fc..497857680270 100644 --- a/sysutils/geomWatch/Makefile +++ b/sysutils/geomWatch/Makefile @@ -7,6 +7,7 @@ PORTNAME= geomWatch PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://isis.poly.edu/~bk/geomWatch/ \ http://bk.macroblock.net/geomWatch/ @@ -18,6 +19,7 @@ COMMENT= Watches for and e-mails admins about GEOM state changes LIB_DEPENDS= esmtp.6:${PORTSDIR}/mail/libesmtp PLIST_FILES= sbin/geomWatch \ + etc/rc.d/geomWatch \ etc/geomWatch.conf.sample SUB_FILES= pkg-message geomWatch diff --git a/sysutils/geomWatch/files/pkg-message.in b/sysutils/geomWatch/files/pkg-message.in index 915ca9e81240..967c1da9f683 100644 --- a/sysutils/geomWatch/files/pkg-message.in +++ b/sysutils/geomWatch/files/pkg-message.in @@ -1,7 +1,7 @@ A sample geomWatch configuration file has been installed as -%%PREFIX%%/etc/smartd.conf.sample. You should copy it to -%%PREFIX%%/etc/smartd.conf, edit it to your liking, and add the following line +%%PREFIX%%/etc/geomWatch.conf.sample. You should copy it to +%%PREFIX%%/etc/geomWatch.conf, edit it to your liking, and add the following line to /etc/rc.conf: geomwatch_enable="YES" |