remove none working perl and python scripts

This commit is contained in:
Tobias Powalowski 2022-12-12 11:52:14 +01:00
parent 9c17033ae2
commit eb5bb88829
3 changed files with 4 additions and 4 deletions

View file

@ -7,7 +7,7 @@ build ()
slattach traceroute arping clockdiff tracepath dig host nslookup telnet ssh arpd genl \ slattach traceroute arping clockdiff tracepath dig host nslookup telnet ssh arpd genl \
ifstat ctstat rtstat lnstat nstat rtacct rtmon ss tc bridge \ ifstat ctstat rtstat lnstat nstat rtacct rtmon ss tc bridge \
dcb devlink rdma tipc vdpa ethtool elinks weechat dhcp_lease_time dhcp_release \ dcb devlink rdma tipc vdpa ethtool elinks weechat dhcp_lease_time dhcp_release \
dhcp_release6 routel brctl dhcp_release6 brctl
# add iproute 2, add openssl helper libraries # add iproute 2, add openssl helper libraries
map add_full_dir "/usr/lib/tc" "/usr/share/tc" "/etc/iproute2" "/usr/lib/engines" map add_full_dir "/usr/lib/tc" "/usr/share/tc" "/etc/iproute2" "/usr/lib/engines"
# add dnssec-anchors # add dnssec-anchors

View file

@ -7,7 +7,7 @@ build ()
slattach traceroute arping clockdiff tracepath dig host nslookup telnet ssh arpd \ slattach traceroute arping clockdiff tracepath dig host nslookup telnet ssh arpd \
genl ifstat ctstat rtstat lnstat nstat rtacct rtmon ss tc \ genl ifstat ctstat rtstat lnstat nstat rtacct rtmon ss tc \
bridge dcb devlink rdma tipc vdpa ethtool elinks dhcp_lease_time dhcp_release \ bridge dcb devlink rdma tipc vdpa ethtool elinks dhcp_lease_time dhcp_release \
dhcp_release6 routel brctl" dhcp_release6 brctl"
for i in $apps; do for i in $apps; do
rm /usr/bin/"$i" rm /usr/bin/"$i"
done done

View file

@ -3,8 +3,8 @@
build () build ()
{ {
map add_binary hwclock ntpdate ntpd ntp-keygen ntp-wait ntpdc ntpq \ map add_binary hwclock ntpdate ntpd ntp-keygen ntpdc ntpq \
ntptime ntptrace tzselect ntptime tzselect
add_file "/etc/ntp.conf" add_file "/etc/ntp.conf"
add_full_dir "/usr/share/zoneinfo" add_full_dir "/usr/share/zoneinfo"
add_dir "/var/lib/ntp" add_dir "/var/lib/ntp"