Include previous file in loggers source files
[khome.git] / home / lib / login_functions.sh
index 8d1b309..61b5a3f 100644 (file)
@@ -641,7 +641,7 @@ loggers() {
             split($5, prog, "[")
             sub(":$", "", prog[1]) # if there were no [], than : will is left behind
             print prog[1]
-        }' /var/log/syslog \
+        }' /var/log/syslog /var/log/syslog.1 \
     | awk '
         {
             n = split($1, path, "/")  # prog may be in path form
This page took 0.028377 seconds and 4 git commands to generate.