This website works better with JavaScript.
Home
Explore
Help
Sign In
milislinux
/
milis19
Watch
6
Star
4
Fork
2
Code
Issues
20
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
dbus-fix
pull/20/head
milisarge
1 year ago
parent
e093746383
commit
eba180d013
8 changed files
with
10 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-5
talimatname/2/app-sys/dbus#1.12.16-1/koskur.sh
+0
-0
talimatname/2/app-sys/dbus#1.12.16-2/dbus-profile.sh
+0
-0
talimatname/2/app-sys/dbus#1.12.16-2/derle.sh
+8
-0
talimatname/2/app-sys/dbus#1.12.16-2/koskur.sh
+0
-0
talimatname/2/app-sys/dbus#1.12.16-2/libgerekler
+0
-0
talimatname/2/app-sys/dbus#1.12.16-2/pktlibler
+0
-0
talimatname/2/app-sys/dbus#1.12.16-2/talimat
+2
-0
talimatname/2/net-utils/yggdrasil#0.3.12-1/libgerekler
+ 0
- 5
talimatname/2/app-sys/dbus#1.12.16-1/koskur.sh
View File
@@ -1,5 +0,0 @@
#!/bin/sh
addgroup -S messagebus 2>/dev/null
adduser -S -D -H -h /dev/null -s /sbin/nologin -G messagebus -g messagebus messagebus 2>/dev/null
exit 0
talimatname/2/app-sys/dbus#1.12.16-1/dbus-profile.sh → talimatname/2/app-sys/dbus#1.12.16-2/dbus-profile.sh
View File
talimatname/2/app-sys/dbus#1.12.16-1/derle.sh → talimatname/2/app-sys/dbus#1.12.16-2/derle.sh
View File
+ 8
- 0
talimatname/2/app-sys/dbus#1.12.16-2/koskur.sh
View File
@@ -0,0 +1,8 @@
#!/bin/sh
if [ -z "`getent group messagebus`" ]; then
groupadd -fg 18 messagebus
fi
if [ -z "`getent passwd messagebus`" ]; then
useradd -c "D-Bus Message Daemon User" -d /var/run/dbus -u 18 -g messagebus -s /bin/false messagebus
fi
talimatname/2/app-sys/dbus#1.12.16-1/libgerekler → talimatname/2/app-sys/dbus#1.12.16-2/libgerekler
View File
talimatname/2/app-sys/dbus#1.12.16-1/pktlibler → talimatname/2/app-sys/dbus#1.12.16-2/pktlibler
View File
talimatname/2/app-sys/dbus#1.12.16-1/talimat → talimatname/2/app-sys/dbus#1.12.16-2/talimat
View File
+ 2
- 0
talimatname/2/net-utils/yggdrasil#0.3.12-1/libgerekler
View File
@@ -0,0 +1,2 @@
libpthread.so.0
libc.so.6
Write
Preview
Loading…
Cancel
Save