]> git.pld-linux.org Git - packages/logcheck.git/commitdiff
- keep same permissions original code had
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 9 Oct 2006 13:41:27 +0000 (13:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    logcheck-command_correct.patch -> 1.3

logcheck-command_correct.patch

index 5ce0f29f1916a349fcbfeb598f1862ad92ca1fc1..3cd9793f0502d95697251e4c5a67d702e84a0cb6 100644 (file)
@@ -14,7 +14,7 @@
      if [ -d $dir ]; then 
          if [ ! -d $cleaned ]; then
 -          mkdir $cleaned \
-+          install -d -m 755 $cleaned \
++          install -d $cleaned \
                || error "Could not make dir $cleaned for cleaned rulefiles."
        fi
 -      for rulefile in $(run-parts --list $dir); do
@@ -36,7 +36,7 @@
  # Get the list of log files from config file
  # Handle log rotation correctly, idea taken from Wiktor Niesiobedzki.
 -mkdir $TMPDIR/logoutput \
-+install -d -m 755  $TMPDIR/logoutput \
++install -d $TMPDIR/logoutput \
      || error "Could not mkdir for log files"
  if [ ! $LOGFILE ] && [ -r $LOGFILES_LIST ]; then
      for file in $(egrep --text -v "(^#|^[[:space:]]*$)" $LOGFILES_LIST); do
This page took 0.085034 seconds and 4 git commands to generate.