projects
/
ossec-hids-cn.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00b7e03
)
r3: - more compatible with mawk
etch
author
Dinko Korunic
<Dinko.Korunic@CARNet.hr>
Thu, 1 Nov 2007 14:00:22 +0000
(14:00 +0000)
committer
Dinko Korunic
<Dinko.Korunic@CARNet.hr>
Thu, 1 Nov 2007 14:00:22 +0000
(14:00 +0000)
debian/postinst
patch
|
blob
|
history
diff --git
a/debian/postinst
b/debian/postinst
index
fda11a0
..
f059b13
100755
(executable)
--- a/
debian/postinst
+++ b/
debian/postinst
@@
-49,7
+49,7
@@
script='
BEGIN {
FS = "\""
}
-/^[[:space:]]*<rule id="[[:digit:]]*".*>/ {
+/<rule id="[0-9]*".*>/ {
if (max < $2)
max = $2
}