From e101642a61fc418273c1cd4d58a9564b4bdecc5c Mon Sep 17 00:00:00 2001 From: Kevin Tian Date: Wed, 11 Aug 2010 13:34:54 +0800 Subject: populate-volatile.sh: cleanup duplicated invocations and remove boot warning For one, populate-volatile.sh is itself a rcS script which is invoked earlier than package's own postinst method (last one in rcS). If package has already installed their volatile files correctly, it doesn't make sense to update volatile again in postinst since nothing is changed. On the other hand, dbus/hal are special since their user/group are only created in the target. If they pre-install volatiles like others, populate-volatile.sh will report "undefined user" since at that time their user/group haven't been created. The better way solving this is to generate their volatile in the fly after user/group are created, and then update volatiles. This fix [BUGID #121] Signed-off-by: Kevin Tian --- meta/packages/hal/files/99_hal | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 meta/packages/hal/files/99_hal (limited to 'meta/packages/hal/files') diff --git a/meta/packages/hal/files/99_hal b/meta/packages/hal/files/99_hal deleted file mode 100644 index c82da990b..000000000 --- a/meta/packages/hal/files/99_hal +++ /dev/null @@ -1,2 +0,0 @@ -d root root 0700 /var/run/hald none -d haldaemon haldaemon 0755 /var/cache/hald none -- cgit v1.2.3