Date: Tuesday, July 21, 2015 @ 03:12:51
  Author: thestinger
Revision: 137189

grsec-common: stop removing groups

Modified:
  grsec-common/trunk/grsec-common.install

----------------------+
 grsec-common.install |    6 ------
 1 file changed, 6 deletions(-)

Modified: grsec-common.install
===================================================================
--- grsec-common.install        2015-07-21 00:52:15 UTC (rev 137188)
+++ grsec-common.install        2015-07-21 01:12:51 UTC (rev 137189)
@@ -9,9 +9,3 @@
 post_upgrade() {
   post_install
 }
-
-post_remove() {
-  for group in tpe audit socket-deny-server socket-deny-client 
socket-deny-all; do
-    getent group $group >/dev/null && groupdel $group
-  done
-}

Reply via email to