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

  1. #!/bin/sh
  2. D_commanddir/socklog-conf unix nobody log D_sysconfdir D_logdir
  3. D_commanddir/socklog-conf klog nobody log D_sysconfdir D_logdir-klog
  4. for y in unix klog; do
  5. if [ ! -e "D_servicedir/socklog-$y" ]; then
  6. ln -s D_servicedir/socklog-$y D_sysconfdir/$y
  7. fi
  8. done