sysklogd.diff

suggestion on how to solve the issue - Mika Havela, 08/18/2010 12:44 pm

Download (277 Bytes)

 
sysklogd.new
24 24
	while read a ; do echo "$a"; done < $CONF |\
25 25
		 sed -n "/^ *#/D; /^[ 	]*$/D; s/[	 ]\+/ /g; \
26 26
		 s+ -/+ /+g; /^.*\($skip\)[^ ]* /D; \
27
		 s/^[^ ]* //; /^[^\\/]/D; P" |\
27
		 s/^[^\t]* //; /^[^\\/]/D; P" |\
28 28
		 sort | uniq
29 29
}
30 30