diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-01-15 08:55:51 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-01-15 08:55:51 +0800 |
commit | 6ecf5e1c0175ae77cd04879acc7455c747c0213c (patch) | |
tree | e2266fdcf0069c073cb3e157ce89971540006dbe /sysutils/geomWatch | |
parent | 342efc73eaa8ad36469b2eb55ee4fc0982bc2278 (diff) | |
download | freebsd-ports-gnome-6ecf5e1c0175ae77cd04879acc7455c747c0213c.tar.gz freebsd-ports-gnome-6ecf5e1c0175ae77cd04879acc7455c747c0213c.tar.zst freebsd-ports-gnome-6ecf5e1c0175ae77cd04879acc7455c747c0213c.zip |
- Fix PLIST_FILES [1]
- Fix typo in pkg-message [2]
Reported by: QAT [1], ale [2]
Diffstat (limited to 'sysutils/geomWatch')
-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" |