svn commit: trunk/busybox/miscutils

vapier at busybox.net vapier at busybox.net
Wed Jun 7 21:37:51 UTC 2006


Author: vapier
Date: 2006-06-07 14:37:49 -0700 (Wed, 07 Jun 2006)
New Revision: 15330

Log:
hint at where the Magic comes from

Modified:
   trunk/busybox/miscutils/watchdog.c


Changeset:
Modified: trunk/busybox/miscutils/watchdog.c
===================================================================
--- trunk/busybox/miscutils/watchdog.c	2006-06-07 21:26:09 UTC (rev 15329)
+++ trunk/busybox/miscutils/watchdog.c	2006-06-07 21:37:49 UTC (rev 15330)
@@ -20,7 +20,7 @@
 
 static void watchdog_shutdown(int ATTRIBUTE_UNUSED unused)
 {
-	write(fd, "V", 1);	/* Magic */
+	write(fd, "V", 1);	/* Magic, see watchdog-api.txt in kernel */
 	close(fd);
 	exit(0);
 }




More information about the busybox-cvs mailing list