- Patch to create logfile directory before starting atslogd.
- bump PORTREVISION PR: ports/107344 Submitted by: Alexander Logvinov (maintainer)
This commit is contained in:
@@ -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}
|
||||
|
||||
11
comms/atslog/files/patch-include__atslogmaster.in
Normal file
11
comms/atslog/files/patch-include__atslogmaster.in
Normal 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
|
||||
Reference in New Issue
Block a user