diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-01-16 22:23:46 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-01-16 22:23:46 +0000 |
commit | 66181bdbd29b0126ceccf85bbf66b7c2848ad1e2 (patch) | |
tree | c88ba436bd00971f53fe376f97a95aace6c4641e /comms/atslog | |
parent | fcb5dfd169b576e19c0ea2ac598caa01e111b556 (diff) | |
download | ports-66181bdbd29b0126ceccf85bbf66b7c2848ad1e2.tar.gz ports-66181bdbd29b0126ceccf85bbf66b7c2848ad1e2.zip |
Notes
Diffstat (limited to 'comms/atslog')
-rw-r--r-- | comms/atslog/Makefile | 4 | ||||
-rw-r--r-- | comms/atslog/files/pkg-message.in | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/comms/atslog/Makefile b/comms/atslog/Makefile index d96ddbcc6e50..a9fbb6241454 100644 --- a/comms/atslog/Makefile +++ b/comms/atslog/Makefile @@ -134,8 +134,4 @@ do-install: post-install: @${CAT} ${PKGMESSAGE} -.if ${OSVERSION} < 500000 -BROKEN= Does not compile on 4.x -.endif - .include <bsd.port.post.mk> diff --git a/comms/atslog/files/pkg-message.in b/comms/atslog/files/pkg-message.in index 88da694e1af6..d45a94026154 100644 --- a/comms/atslog/files/pkg-message.in +++ b/comms/atslog/files/pkg-message.in @@ -5,6 +5,8 @@ To setup SQL tables for the ATSlog, please run: Please edit %%PREFIX%%/etc/atslog.conf to suit your needs. +Don't forget to add atslogd_enable="YES" into your /etc/rc.conf. + To make ATSlog www interface available through your web site, I suggest that you add something like the following to httpd.conf: |