[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[patch] kfreebsd S10syslog



This patch adds GNU/kFreeBSD S10syslog.

It is different from the GNU/Linux one not only because not calling
klogd, but also for the absence of a Linux specific command (modprobe
unix...).


I tested this on GNU/kFreeBSD.
It should not affect GNU/Linux.



Cheers,
Luca Favatella
Index: debian/changelog
===================================================================
--- debian/changelog	(.../trunk/packages/rootskel)	(revision 59506)
+++ debian/changelog	(.../branches/d-i/kfreebsd/packages/rootskel)	(revision 59522)
@@ -5,6 +5,7 @@
   [ Luca Favatella ]
   * Generalize code splitting Linux specific stuff.
   * GNU/kFreeBSD does not need klibc and udev.
+  * Add GNU/kFreeBSD S10syslog.
 
  -- Colin Watson <cjwatson@debian.org>  Tue, 14 Jul 2009 15:43:38 +0100
 
Index: src/lib/debian-installer-startup.d/S10syslog-kfreebsd
===================================================================
--- src/lib/debian-installer-startup.d/S10syslog-kfreebsd	(.../trunk/packages/rootskel)	(revision 0)
+++ src/lib/debian-installer-startup.d/S10syslog-kfreebsd	(.../branches/d-i/kfreebsd/packages/rootskel)	(revision 59522)
@@ -0,0 +1,3 @@
+echo -n "Starting system log daemon: "
+/sbin/syslogd -m 0 -O /var/log/syslog -S
+echo "syslogd."

Reply to: