]> git.pld-linux.org Git - packages/rc-scripts.git/commitdiff
- fixed typo restored from 1.1 on update
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 18 Oct 2003 22:23:08 +0000 (22:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rc-scripts-acct.patch -> 1.4

rc-scripts-acct.patch

index e91caeefc7742ea4937446a516001db5bf9f0f81..f58487c22a3cbf72571c8fca74a6521452befea1 100644 (file)
@@ -21,7 +21,7 @@
 -if [ -x /sbin/accton ] ; then
 -        run_cmd "Turning on process accounting" /sbin/accton /var/log/pacct
 +if [ -x /etc/rc.d/rc.acct ]; then
-+      /etc.rc.d/rc.acct start
++      /etc/rc.d/rc.acct start
  fi
  
  # Set the clock if timezone definition wasn't available (eg. /usr not mounted)
This page took 0.026655 seconds and 4 git commands to generate.