From ce738579b75249da4758f63628206a859ca44e4f Mon Sep 17 00:00:00 2001 From: bmeeks8 Date: Thu, 18 Sep 2014 15:56:22 -0400 Subject: Remove old code that is no longer needed. --- config/snort/snort.inc | 3 --- 1 file changed, 3 deletions(-) (limited to 'config/snort') diff --git a/config/snort/snort.inc b/config/snort/snort.inc index 49376aa8..c4f01e1d 100755 --- a/config/snort/snort.inc +++ b/config/snort/snort.inc @@ -3018,9 +3018,6 @@ function snort_deinstall() { // Delete any leftover barnyard2 PID files in /var/run unlink_if_exists("/var/run/barnyard2_*.pid"); - /* Remove the snort user and group */ - mwexec('/usr/sbin/pw userdel snort; /usr/sbin/pw groupdel snort', true); - /* Remove our custom entries from config */ $is_dirty = FALSE; if (!is_array($config['installedpackges']['service'])) -- cgit v1.2.3