- Patch to create logfile directory before starting atslogd.

- bump PORTREVISION

PR:		ports/107344
Submitted by:	Alexander Logvinov (maintainer)
This commit is contained in:
Ion-Mihai Tetcu
2006-12-30 04:38:03 +00:00
parent 5f5024a9c2
commit daef748212
2 changed files with 12 additions and 1 deletions

View File

@@ -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}

View File

@@ -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