diff options
author | bmeeks8 <bmeeks8@bellsouth.net> | 2014-09-18 15:56:22 -0400 |
---|---|---|
committer | bmeeks8 <bmeeks8@bellsouth.net> | 2014-09-18 15:56:22 -0400 |
commit | ce738579b75249da4758f63628206a859ca44e4f (patch) | |
tree | 9029ce22fd0d236a2bba6ff8a6d4fbf13c95c8d5 /config/snort | |
parent | 941115cc178e90650a7d97f2ac929f2441d2f694 (diff) | |
download | pfsense-packages-ce738579b75249da4758f63628206a859ca44e4f.tar.gz pfsense-packages-ce738579b75249da4758f63628206a859ca44e4f.tar.bz2 pfsense-packages-ce738579b75249da4758f63628206a859ca44e4f.zip |
Remove old code that is no longer needed.
Diffstat (limited to 'config/snort')
-rwxr-xr-x | config/snort/snort.inc | 3 |
1 files changed, 0 insertions, 3 deletions
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 <service> entries from config */ $is_dirty = FALSE; if (!is_array($config['installedpackges']['service'])) |