hal ChangeLog,1.297,1.298 configure.in,1.38,1.39
David Zeuthen
david at freedesktop.org
Thu Sep 16 15:23:12 PDT 2004
Update of /cvs/hal/hal
In directory gabe:/tmp/cvs-serv10599
Modified Files:
ChangeLog configure.in
Log Message:
2004-09-17 David Zeuthen <david at fubar.dk>
Patch from Steve Grubb <linux_4ever at yahoo.com>.
* configure.in: Add HALD_PID_FILE to config.h
* hald/hald.c:
(delete_pid): New function
(main): Write pidfile. Set atexit to delete_pid.
* hald/haldaemon.in: Don't write pidfile
Index: ChangeLog
===================================================================
RCS file: /cvs/hal/hal/ChangeLog,v
retrieving revision 1.297
retrieving revision 1.298
diff -u -d -r1.297 -r1.298
--- ChangeLog 16 Sep 2004 22:04:14 -0000 1.297
+++ ChangeLog 16 Sep 2004 22:23:10 -0000 1.298
@@ -1,3 +1,15 @@
+2004-09-17 David Zeuthen <david at fubar.dk>
+
+ Patch from Steve Grubb <linux_4ever at yahoo.com>.
+
+ * configure.in: Add HALD_PID_FILE to config.h
+
+ * hald/hald.c:
+ (delete_pid): New function
+ (main): Write pidfile. Set atexit to delete_pid.
+
+ * hald/haldaemon.in: Don't write pidfile
+
2004-09-16 David Zeuthen <david at fubar.dk>
Revisit networking. Basically a) split ethernet and wireless into
Index: configure.in
===================================================================
RCS file: /cvs/hal/hal/configure.in,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- configure.in 7 Sep 2004 19:12:55 -0000 1.38
+++ configure.in 16 Sep 2004 22:23:10 -0000 1.39
@@ -336,7 +336,7 @@
fi
AC_SUBST(HALD_PID_FILE)
-
+AC_DEFINE_UNQUOTED(HALD_PID_FILE, "$HALD_PID_FILE", [pid file])
AM_CONDITIONAL(INIT_SCRIPTS_RED_HAT, test x$with_init_scripts = xredhat)
More information about the hal-commit
mailing list