milis/talimatname/genel/xorg-server/xorg-server.kur-kos

7 lines
274 B
Plaintext
Raw Normal View History

2016-03-23 06:53:40 +01:00
if ( ! grep ICE /etc/sysconfig/createfiles > /dev/null );then
echo "/tmp/.ICE-unix dir 1777 root root" >> /etc/sysconfig/createfiles
2016-02-24 01:27:23 +01:00
fi
2016-03-23 06:53:40 +01:00
if ( ! grep X11 /etc/sysconfig/createfiles > /dev/null );then
echo "/tmp/.X11-unix dir 1777 root root" >> /etc/sysconfig/createfiles
2016-02-24 01:27:23 +01:00
fi