diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-07-29 23:21:06 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-07-29 23:21:06 +0200 |
commit | b071c8e7728c924212400e8424972f7873de38a3 (patch) | |
tree | fb006e5a9d6039c5c7d12054ec252fc66a43ac9f | |
parent | 2009a109976fcb8446fa94a7fa327c557c99efae (diff) | |
download | nutyx-pakxe-b071c8e7728c924212400e8424972f7873de38a3.tar.gz nutyx-pakxe-b071c8e7728c924212400e8424972f7873de38a3.tar.bz2 nutyx-pakxe-b071c8e7728c924212400e8424972f7873de38a3.tar.xz nutyx-pakxe-b071c8e7728c924212400e8424972f7873de38a3.zip |
maj dbus#1.2.24.2, correction de la sequence arret
-rw-r--r-- | extra/dbus/.footprint | 6 | ||||
-rwxr-xr-x | extra/dbus/Pkgfile | 5 |
2 files changed, 7 insertions, 4 deletions
diff --git a/extra/dbus/.footprint b/extra/dbus/.footprint index b023694d0..a32798934 100644 --- a/extra/dbus/.footprint +++ b/extra/dbus/.footprint @@ -9,9 +9,9 @@ drwxr-xr-x root/root etc/rc.d/ drwxr-xr-x root/root etc/rc.d/init.d/ -rwxr-xr-x root/root etc/rc.d/init.d/dbus drwxr-xr-x root/root etc/rc.d/rc0.d/ -lrwxrwxrwx root/root etc/rc.d/rc0.d/K30dbus -> ../init.d/dbus +lrwxrwxrwx root/root etc/rc.d/rc0.d/K85dbus -> ../init.d/dbus drwxr-xr-x root/root etc/rc.d/rc1.d/ -lrwxrwxrwx root/root etc/rc.d/rc1.d/K30dbus -> ../init.d/dbus +lrwxrwxrwx root/root etc/rc.d/rc1.d/K85dbus -> ../init.d/dbus drwxr-xr-x root/root etc/rc.d/rc2.d/ lrwxrwxrwx root/root etc/rc.d/rc2.d/S20dbus -> ../init.d/dbus drwxr-xr-x root/root etc/rc.d/rc3.d/ @@ -21,7 +21,7 @@ lrwxrwxrwx root/root etc/rc.d/rc4.d/S20dbus -> ../init.d/dbus drwxr-xr-x root/root etc/rc.d/rc5.d/ lrwxrwxrwx root/root etc/rc.d/rc5.d/S20dbus -> ../init.d/dbus drwxr-xr-x root/root etc/rc.d/rc6.d/ -lrwxrwxrwx root/root etc/rc.d/rc6.d/K30dbus -> ../init.d/dbus +lrwxrwxrwx root/root etc/rc.d/rc6.d/K85dbus -> ../init.d/dbus drwxr-xr-x root/root etc/rc.d/rcsysinit.d/ drwxr-xr-x root/root etc/sysconfig/ drwxr-xr-x root/root usr/ diff --git a/extra/dbus/Pkgfile b/extra/dbus/Pkgfile index 85cb43749..f867858b3 100755 --- a/extra/dbus/Pkgfile +++ b/extra/dbus/Pkgfile @@ -6,7 +6,7 @@ name=dbus version=1.2.24 -release=1 +release=2 source=(http://dbus.freedesktop.org/releases/dbus/$name-$version.tar.gz \ session-local.conf\ dbus) @@ -26,4 +26,7 @@ build() { cd ../$scripts-$scriptsversion make DESTDIR=$PKG install-dbus install -m755 ../dbus $PKG/etc/rc.d/init.d/ + mv $PKG/etc/rc.d/rc0.d/K{30,85}dbus + mv $PKG/etc/rc.d/rc6.d/K{30,85}dbus + mv $PKG/etc/rc.d/rc1.d/K{30,85}dbus } |