[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [patch] create /var/lock/subsys at startup
Ubuntu puts /var/lock on tmpfs, so we should create /var/lock at startup, rather than at installation time. Signed-off-by: Jun Koi <junkoi2004@xxxxxxxxx> diff -r 90391e2247fc tools/hotplug/Linux/init.d/xend --- a/tools/hotplug/Linux/init.d/xend Tue Jun 23 11:40:27 2009 +0100 +++ b/tools/hotplug/Linux/init.d/xend Thu Jun 25 13:05:13 2009 +0900 @@ -39,6 +39,7 @@ case "$1" in start) + mkdir -p /var/lock/subsys touch /var/lock/subsys/xend xend start await_daemons_up _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |