aboutsummaryrefslogtreecommitdiff
path: root/comms/atslog
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-12-30 04:38:03 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-12-30 04:38:03 +0000
commitdaef7482125f00617b157a7692799d0c7111b8ea (patch)
treeabc471293fc2716b0adae17a65d7fddace36496d /comms/atslog
parent5f5024a9c237c8100f7d4197dfdcc41e69b966ad (diff)
Notes
Diffstat (limited to 'comms/atslog')
-rw-r--r--comms/atslog/Makefile2
-rw-r--r--comms/atslog/files/patch-include__atslogmaster.in11
2 files changed, 12 insertions, 1 deletions
diff --git a/comms/atslog/Makefile b/comms/atslog/Makefile
index f9614b563ac1..16585ffa870c 100644
--- a/comms/atslog/Makefile
+++ b/comms/atslog/Makefile
@@ -7,7 +7,7 @@
PORTNAME= atslog
PORTVERSION= 2.0.0.p4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= comms
MASTER_SITES= ${MASTER_SITE_BERLIOS}
MASTER_SITE_SUBDIR=${PORTNAME}
diff --git a/comms/atslog/files/patch-include__atslogmaster.in b/comms/atslog/files/patch-include__atslogmaster.in
new file mode 100644
index 000000000000..8e0a13a458af
--- /dev/null
+++ b/comms/atslog/files/patch-include__atslogmaster.in
@@ -0,0 +1,11 @@
+--- ./include/atslogmaster.in.orig Sat Dec 30 06:04:56 2006
++++ ./include/atslogmaster.in Sat Dec 30 06:05:08 2006
+@@ -45,6 +45,8 @@
+ ;;
+ esac
+
++mkdir -p $logdir
++
+ # Проверим, используется tcp порт, или порт в /dev/
+ TCPPORT=$(expr $port : ".*tcp:.*\$")
+ if [ $TCPPORT = 0 ];then