[arch-commits] Commit in grsec-common/trunk (grsec-common.install)
Daniel Micay
thestinger at archlinux.org
Thu Aug 7 23:34:33 UTC 2014
Date: Friday, August 8, 2014 @ 01:34:33
Author: thestinger
Revision: 117011
grsec-common: use a consistent coding style
Modified:
grsec-common/trunk/grsec-common.install
----------------------+
grsec-common.install | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
Modified: grsec-common.install
===================================================================
--- grsec-common.install 2014-08-07 22:35:45 UTC (rev 117010)
+++ grsec-common.install 2014-08-07 23:34:33 UTC (rev 117011)
@@ -12,8 +12,6 @@
post_remove() {
for group in tpe audit socket-deny-server socket-deny-client socket-deny-all; do
- if getent group $group >/dev/null; then
- groupdel $group
- fi
+ getent group $group >/dev/null && groupdel $group
done
}
More information about the arch-commits
mailing list