mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

10 lines
270 B

#!/bin/sh
D_commanddir/socklog-conf unix nobody log D_sysconfdir D_logdir
D_commanddir/socklog-conf klog nobody log D_sysconfdir D_logdir-klog
for y in unix klog; do
if [ ! -e "D_servicedir/socklog-$y" ]; then
ln -s D_sysconfdir/$y D_servicedir/socklog-$y
fi
done