- Fix PLIST_FILES [1]
- Fix typo in pkg-message [2] Reported by: QAT [1], ale [2]
This commit is contained in:
parent
05d4a96b48
commit
9f20761463
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=247898
2 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue