Revision: 17441
          http://gar.svn.sourceforge.net/gar/?rev=17441&view=rev
Author:   wahwah
Date:     2012-03-18 08:27:14 +0000 (Sun, 18 Mar 2012)
Log Message:
-----------
syslog_ng/trunk: Do not disable Solaris syslogd

Modified Paths:
--------------
    csw/mgar/pkg/syslog_ng/trunk/files/CSWsyslogng.preinstall

Modified: csw/mgar/pkg/syslog_ng/trunk/files/CSWsyslogng.preinstall
===================================================================
--- csw/mgar/pkg/syslog_ng/trunk/files/CSWsyslogng.preinstall   2012-03-18 
07:09:05 UTC (rev 17440)
+++ csw/mgar/pkg/syslog_ng/trunk/files/CSWsyslogng.preinstall   2012-03-18 
08:27:14 UTC (rev 17441)
@@ -3,10 +3,15 @@
 # $Id$
 #
 
-if [ -x /usr/sbin/svcadm ]; then
-  echo "Disabling svc:/system/system-log:default"
-  /usr/sbin/svcadm disable svc:/system/system-log:default
-fi
+# Until we have a better solution.
+# https://www.opencsw.org/mantis/view.php?id=4409
+# if [ -x /usr/sbin/svcadm ]; then
+#   echo "Disabling svc:/system/system-log:default"
+#   /usr/sbin/svcadm disable svc:/system/system-log:default
+# fi
+#
+# When autoenable_daemons is not set to off, syslog_ng will attempt to start
+# in the presence of the stock Solaris syslogd, and will fail.
 
 # The assumption is that this script is going to be run from the global zone
 # first. The -f option is for the rm command not to complain if it can't remove

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

_______________________________________________
devel mailing list
devel@lists.opencsw.org
https://lists.opencsw.org/mailman/listinfo/devel

Reply via email to