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