diff options
| author | Daniil Baturin <daniil@baturin.org> | 2025-04-14 11:56:36 +0100 |
|---|---|---|
| committer | Daniil Baturin <daniil@baturin.org> | 2025-04-14 16:49:52 +0100 |
| commit | 5797e2c0f489272f2ff32b3884ea756f306b50e4 (patch) | |
| tree | 2f3d13abe9e2dfb737941e3edc3ee2ffacb82e56 /debian | |
| parent | 29cc3d790fa690356016a7df21ec75b12b84cb3c (diff) | |
| download | vyos-1x-5797e2c0f489272f2ff32b3884ea756f306b50e4.tar.gz vyos-1x-5797e2c0f489272f2ff32b3884ea756f306b50e4.zip | |
ids: T7241: remove Fastnetmon from the base system
It will eventually be moved to an addon
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/control | 1 | ||||
| -rw-r--r-- | debian/vyos-1x.postinst | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/debian/control b/debian/control index a19461412..c1d2b2f96 100644 --- a/debian/control +++ b/debian/control @@ -192,7 +192,6 @@ Depends: ddclient (>= 3.11.1), # End "service dns dynamic" # # For "service ids" - fastnetmon [amd64], suricata, suricata-update, # End "service ids" diff --git a/debian/vyos-1x.postinst b/debian/vyos-1x.postinst index d83634cfc..ee2748969 100644 --- a/debian/vyos-1x.postinst +++ b/debian/vyos-1x.postinst @@ -221,11 +221,9 @@ fi # Remove unwanted daemon files from /etc # conntackd # pmacct -# fastnetmon # ntp DELETE="/etc/logrotate.d/conntrackd.distrib /etc/init.d/conntrackd /etc/default/conntrackd /etc/default/pmacctd /etc/pmacct - /etc/networks_list /etc/networks_whitelist /etc/fastnetmon.conf /etc/ntp.conf /etc/default/ssh /etc/avahi/avahi-daemon.conf /etc/avahi/hosts /etc/powerdns /etc/default/pdns-recursor /etc/ppp/ip-up.d/0000usepeerdns /etc/ppp/ip-down.d/0000usepeerdns" |
