aboutsummaryrefslogtreecommitdiff
path: root/net/neubot/files
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2012-01-28 14:23:37 +0000
committerThierry Thomas <thierry@FreeBSD.org>2012-01-28 14:23:37 +0000
commite4ea5b3f706653340db67d238270f7fa990a9879 (patch)
treed448d34aeda6feed02c72641c6d54ed81d219991 /net/neubot/files
parentb2d45d2ecde6f0ecb8727dcc36bb718c874fcc39 (diff)
downloadports-e4ea5b3f706653340db67d238270f7fa990a9879.tar.gz
ports-e4ea5b3f706653340db67d238270f7fa990a9879.zip
Notes
Diffstat (limited to 'net/neubot/files')
-rw-r--r--net/neubot/files/neubotd.in2
-rw-r--r--net/neubot/files/patch-Makefile15
-rw-r--r--net/neubot/files/pkg_message.in3
3 files changed, 16 insertions, 4 deletions
diff --git a/net/neubot/files/neubotd.in b/net/neubot/files/neubotd.in
index a4614d54bc30..65da8360b6ee 100644
--- a/net/neubot/files/neubotd.in
+++ b/net/neubot/files/neubotd.in
@@ -9,7 +9,7 @@
# Add the following line to /etc/rc.conf to enable `neubotd':
#
-#neubotd_enable="YES"
+# neubotd_enable="YES"
#
. /etc/rc.subr
diff --git a/net/neubot/files/patch-Makefile b/net/neubot/files/patch-Makefile
index b61e5fe23d5a..c897c3e7cb5c 100644
--- a/net/neubot/files/patch-Makefile
+++ b/net/neubot/files/patch-Makefile
@@ -1,6 +1,6 @@
---- Makefile.orig 2011-10-25 20:20:56.000000000 +0200
-+++ Makefile 2011-11-01 21:08:46.000000000 +0100
-@@ -124,7 +124,7 @@
+--- Makefile.orig 2012-01-23 15:46:31.000000000 +0100
++++ Makefile 2012-01-28 14:53:37.000000000 +0100
+@@ -125,7 +125,7 @@
# [2] http://bit.ly/ayYyAR (debian.org)
#
DESTDIR =
@@ -9,3 +9,12 @@
LOCALSTATEDIR = /var/neubot
PREFIX = /usr/local
BINDIR = $(PREFIX)/bin
+@@ -150,7 +150,7 @@
+ $(INSTALL) -d $(DESTDIR)$(MANDIR)/$$DIR; \
+ test $$? || exit 1; \
+ done
+- for FILE in `cd UNIX/man && find . -type f`; do \
++ for FILE in `cd UNIX/man && find . -type f -a ! -name "*.gz"`; do \
+ gzip -9c UNIX/man/$$FILE > UNIX/man/$$FILE.gz; \
+ test $$? || exit 1; \
+ $(INSTALL) -m644 UNIX/man/$$FILE.gz $(DESTDIR)$(MANDIR)/$$FILE.gz; \
diff --git a/net/neubot/files/pkg_message.in b/net/neubot/files/pkg_message.in
index aebecc071eec..9377e24b1b2e 100644
--- a/net/neubot/files/pkg_message.in
+++ b/net/neubot/files/pkg_message.in
@@ -5,5 +5,8 @@ program.
To start the daemon, add the following line to /etc/rc.conf:
neubotd_enable="YES"
+
+When upgrading, don't forget to restart the daemon, in order to migrate its
+database if needed.
==============================================================================