home
/
code
/
khome.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edc3863
)
Include previous file in loggers source files
author
Siraaj Khandkar
<siraaj@khandkar.net>
Wed, 4 Nov 2020 23:18:55 +0000
(18:18 -0500)
committer
Siraaj Khandkar
<siraaj@khandkar.net>
Wed, 4 Nov 2020 23:18:55 +0000
(18:18 -0500)
home/lib/login_functions.sh
patch
|
blob
|
blame
|
history
diff --git
a/home/lib/login_functions.sh
b/home/lib/login_functions.sh
index
8d1b309
..
61b5a3f
100644
(file)
--- a/
home/lib/login_functions.sh
+++ b/
home/lib/login_functions.sh
@@
-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.029432 seconds
and
4
git commands to generate.