Skip to content

Commit 8dbddfd

Browse files
authored
Merge pull request #1030 from hedrok/T75-remove-pmacct
T75: remove pmacct
2 parents 7b2d582 + 12eec3f commit 8dbddfd

6 files changed

Lines changed: 0 additions & 62 deletions

File tree

.github/workflows/trigger_rebuild_packages.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ jobs:
7474
- 'scripts/package-build/owamp/**'
7575
pam_tacplus:
7676
- 'scripts/package-build/pam_tacplus/**'
77-
pmacct:
78-
- 'scripts/package-build/pmacct/**'
7977
podman:
8078
- 'scripts/package-build/podman/**'
8179
pyhumps:
@@ -217,10 +215,6 @@ jobs:
217215
trigger_build "pam_tacplus"
218216
fi
219217
220-
if [ "${{ steps.changes.outputs.pmacct }}" == "true" ]; then
221-
trigger_build "pmacct"
222-
fi
223-
224218
if [ "${{ steps.changes.outputs.podman }}" == "true" ]; then
225219
trigger_build "podman"
226220
fi

data/live-build-config/hooks/live/18-enable-disable_services.chroot

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ systemctl disable kea-dhcp4-server.service
1010
systemctl disable kea-dhcp6-server.service
1111
systemctl disable isc-dhcp-relay.service
1212
systemctl disable nfacctd.service
13-
systemctl disable pmacctd.service
1413
systemctl disable sfacctd.service
1514
systemctl disable uacctd.service
1615
systemctl disable ssh.service

scripts/package-build/pmacct/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

scripts/package-build/pmacct/build.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

scripts/package-build/pmacct/package.toml

Lines changed: 0 additions & 4 deletions
This file was deleted.

scripts/package-build/pmacct/patches/pmacct/0001-fix-pmacctd-SEGV-when-ICMP-ICMPv6-traffic-was-proces.patch

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
 (0)