aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcy <cy@FreeBSD.org>2010-09-29 13:14:11 +0800
committercy <cy@FreeBSD.org>2010-09-29 13:14:11 +0800
commit5152752dd1905cdf465159ae24086dd35b75ff70 (patch)
tree29f4a613dab810f782ee14e63c8497315eca719b
parent1dbe7d71b6741ae69d1c498779ef10c706221adc (diff)
downloadfreebsd-ports-graphics-5152752dd1905cdf465159ae24086dd35b75ff70.tar.gz
freebsd-ports-graphics-5152752dd1905cdf465159ae24086dd35b75ff70.tar.zst
freebsd-ports-graphics-5152752dd1905cdf465159ae24086dd35b75ff70.zip
Set logging options.
-rw-r--r--sysutils/doinkd/Makefile1
-rw-r--r--sysutils/doinkd/files/doinkd.in2
-rw-r--r--sysutils/doinkd/files/utmp-Makefile3
-rw-r--r--sysutils/doinkd/files/utmpx-Makefile4
4 files changed, 7 insertions, 3 deletions
diff --git a/sysutils/doinkd/Makefile b/sysutils/doinkd/Makefile
index 6ba16db38c9..5577f46fb27 100644
--- a/sysutils/doinkd/Makefile
+++ b/sysutils/doinkd/Makefile
@@ -7,6 +7,7 @@
PORTNAME= doinkd
PORTVERSION= 0.01
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= SF/idled/${PORTNAME}/${PORTVERSION}/
diff --git a/sysutils/doinkd/files/doinkd.in b/sysutils/doinkd/files/doinkd.in
index 022917e2507..6db9ed88dce 100644
--- a/sysutils/doinkd/files/doinkd.in
+++ b/sysutils/doinkd/files/doinkd.in
@@ -23,7 +23,7 @@ name=doinkd
rcvar=`set_rcvar`
command=%%PREFIX%%/sbin/doinkd
-required_files=%%PREFIX%%/etc/doinkd.cf
+required_files=%%PREFIX%%/etc/doinkd/doinkd.cf
# set defaults
diff --git a/sysutils/doinkd/files/utmp-Makefile b/sysutils/doinkd/files/utmp-Makefile
index 44e73657570..b7d8aa88b24 100644
--- a/sysutils/doinkd/files/utmp-Makefile
+++ b/sysutils/doinkd/files/utmp-Makefile
@@ -20,7 +20,7 @@
SPECLIBS =
INSTTYPE = install4
-@@ -193,26 +193,22 @@
+@@ -193,26 +193,23 @@
# You will need to delete parse.c before compiling! You can either
# do so by hand, or do a 'make clean' followed by the normal 'make'.
#DEFS += -O -m486
@@ -42,6 +42,7 @@
+DEST = ${PREFIX}/sbin
+CFDEST = ${PREFIX}/etc/doinkd
+MDEST = ${PREFIX}/man
++LOGDEST = /var/log
+MOWNER = man
#
-#GROUP = daemon
diff --git a/sysutils/doinkd/files/utmpx-Makefile b/sysutils/doinkd/files/utmpx-Makefile
index c5d44888811..037fa2507a4 100644
--- a/sysutils/doinkd/files/utmpx-Makefile
+++ b/sysutils/doinkd/files/utmpx-Makefile
@@ -20,7 +20,7 @@
SPECLIBS =
INSTTYPE = install4
-@@ -193,26 +193,22 @@
+@@ -193,26 +193,23 @@
# You will need to delete parse.c before compiling! You can either
# do so by hand, or do a 'make clean' followed by the normal 'make'.
#DEFS += -O -m486
@@ -42,6 +42,8 @@
+DEST = ${PREFIX}/sbin
+CFDEST = ${PREFIX}/etc/doinkd
+MDEST = ${PREFIX}/man
++LOGDEST = /var/log
+-#
+MOWNER = man
#
-#GROUP = daemon