]> git.pld-linux.org Git - packages/aide.git/commitdiff
- more posix syntax...
authorundefine <undefine@pld-linux.org>
Tue, 24 Feb 2004 00:30:43 +0000 (00:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    aide-check -> 1.11

aide-check

index 9cda5ab237939a616da3bb7e551cc4673425453e..d0781c861202eaa38471e67a33ebd01c84d731fe 100644 (file)
@@ -22,6 +22,6 @@ if [ -f /var/lib/aide/aide.db ]; then
      mv -f /var/lib/aide/aide.db.new /var/lib/aide/aide.db
  fi
 else
- nice -20 /usr/bin/aide --init
+ nice -n -20 /usr/bin/aide --init
  mv -f /var/lib/aide/aide.db.new /var/lib/aide/aide.db
 fi
This page took 0.070664 seconds and 4 git commands to generate.