diff options
author | Fredrik Rinnestam <fredrik@crux.nu> | 2019-03-11 20:31:16 +0100 |
---|---|---|
committer | Fredrik Rinnestam <fredrik@crux.nu> | 2019-03-11 20:31:16 +0100 |
commit | 95c1f4fb8edcfc0488d2487026e86f609ebf6b27 (patch) | |
tree | a1922b91ddc3731dcea8e6b9b5480fb1614c2848 /dbus | |
parent | 895742d91cd2fd358a9132e628a7b0c4762cdfe4 (diff) | |
download | opt-95c1f4fb8edcfc0488d2487026e86f609ebf6b27.tar.gz opt-95c1f4fb8edcfc0488d2487026e86f609ebf6b27.tar.xz |
dbus: use --sysconfdir=/etc
Diffstat (limited to 'dbus')
-rw-r--r-- | dbus/.footprint | 7 | ||||
-rw-r--r-- | dbus/.signature | 6 | ||||
-rw-r--r-- | dbus/Pkgfile | 3 |
3 files changed, 8 insertions, 8 deletions
diff --git a/dbus/.footprint b/dbus/.footprint index 76014cf21..694435b75 100644 --- a/dbus/.footprint +++ b/dbus/.footprint @@ -3,6 +3,9 @@ drwxr-xr-x root/root etc/X11/ drwxr-xr-x root/root etc/X11/xinit/ drwxr-xr-x root/root etc/X11/xinit/xinitrc.d/ -rwxr-xr-x root/root etc/X11/xinit/xinitrc.d/30-dbus.launch.sh +drwxr-xr-x root/root etc/dbus-1/ +-rw-r--r-- root/root etc/dbus-1/session.conf +-rw-r--r-- root/root etc/dbus-1/system.conf drwxr-xr-x root/root etc/rc.d/ -rwxr-xr-x root/root etc/rc.d/dbus drwxr-xr-x root/root usr/ @@ -15,10 +18,6 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/dbus-test-tool -rwxr-xr-x root/root usr/bin/dbus-update-activation-environment -rwxr-xr-x root/root usr/bin/dbus-uuidgen -drwxr-xr-x root/root usr/etc/ -drwxr-xr-x root/root usr/etc/dbus-1/ --rw-r--r-- root/root usr/etc/dbus-1/session.conf --rw-r--r-- root/root usr/etc/dbus-1/system.conf drwxr-xr-x root/root usr/include/ drwxr-xr-x root/root usr/include/dbus-1.0/ drwxr-xr-x root/root usr/include/dbus-1.0/dbus/ diff --git a/dbus/.signature b/dbus/.signature index 6acb379b3..f6a9bbbb8 100644 --- a/dbus/.signature +++ b/dbus/.signature @@ -1,7 +1,7 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/SVW5UB4iJIY5wzdmM0LBbbO4cWaJ5DBjQTo8TwmvBkwkxdPb5C3DJcuYEzxUGfTKbL97Tc6CHDF6WhFsOxz6QU= -SHA256 (Pkgfile) = 5fda25e5cf33b79fadeb04894c2b10fee8f2a24f597c280a6f65b0510d408f8f -SHA256 (.footprint) = 75d432bb2fb5dc0a8da6aa91ad87c1468563a17bb59e7c9cb3550f0a7fa521a8 +RWSE3ohX2g5d/elE+Y4TPKa9lQObXt4qNPLYlQwRR8pumC3GuQpngo2Dk/8D0vP/vg8wjNoB0NTlZ8lXzzx78Mi79HH6RBmFYw4= +SHA256 (Pkgfile) = 3f7f98242a2465013b48a5c763ece54f323b07604d547670620ed5f5a21186f4 +SHA256 (.footprint) = 979be49fd0f65f9e4cfbecaa19057b16f738eea9f5cdb1023adda5d65ca0b77d SHA256 (dbus-1.12.8.tar.gz) = e2dc99e7338303393b6663a98320aba6a63421bcdaaf571c8022f815e5896eb3 SHA256 (rc.dbus) = ccc40d9bcb9d763b914d598390c0868f85c6447d239084dad0fe776a4ce3f23e SHA256 (30-dbus.launch) = 18ea1e79698bb876f7f5fb298daae5ff6cd17c56764b087f8da2e1d5809af37a diff --git a/dbus/Pkgfile b/dbus/Pkgfile index d94eacd6b..c651b4e7a 100644 --- a/dbus/Pkgfile +++ b/dbus/Pkgfile @@ -5,7 +5,7 @@ name=dbus version=1.12.8 -release=1 +release=2 source=(https://dbus.freedesktop.org/releases/dbus/$name-$version.tar.gz \ rc.dbus 30-dbus.launch) @@ -14,6 +14,7 @@ build() { ./configure --prefix=/usr \ --with-dbus-daemondir=/usr/sbin \ --localstatedir=/var \ + --sysconfdir=/etc \ --libexecdir=/usr/lib/dbus \ --with-dbus-user=messagebus \ --with-init-scripts=none \ |