[Ultrapossum-cvs 928] demo/uml 1.10, 1.11, 20uml 1.17, 1.18, boot 1.6, 1.7, uml.cf

Back to archive index

Masato Taruishi taru****@users*****
2004年 10月 19日 (火) 15:21:32 JST


===================================================================
RCS file: demo/uml/20uml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- demo/uml/20uml	2004/10/17 16:54:09	1.10
+++ demo/uml/20uml	2004/10/19 06:21:32	1.11
@@ -38,6 +38,7 @@
   UML_LOCALNETPREFIX=$(ultrapossum_getconf UML_LOCALNETPREFIX "192.168.0")
   UML_CONFDIR=$(ultrapossum_getconf UML_CONFDIR "$SYSCONFDIR/uml")
   UML_SUGGESTS=$(ultrapossum_getconf UML_SUGGESTS "ultrapossum-common")
+  UML_SYSLOGPRI=$(ultrapossum_getconf UML_SYSLOGPRI "daemon.info")
 fi
 
 # Parsing configuration file
===================================================================
RCS file: demo/uml/boot,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- demo/uml/boot	2004/10/19 04:59:04	1.17
+++ demo/uml/boot	2004/10/19 06:21:32	1.18
@@ -55,7 +55,7 @@
   chown $UML_USER $log
 fi
 
-logger -t $1 -f $log &
+logger -p $UML_SYSLOGPRI -t $1 -f $log &
 pid=$!
 
 
===================================================================
RCS file: demo/uml/uml.cf,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- demo/uml/uml.cf	2004/10/17 16:52:58	1.6
+++ demo/uml/uml.cf	2004/10/19 06:21:32	1.7
@@ -20,3 +20,5 @@
 
 #UML_SUGGESTS="ultrapossum-common"
 
+#UML_SYSLOGPRI="daemon.info"
+



Ultrapossum-cvs メーリングリストの案内
Back to archive index