X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fsystem%2Ffind_dhcp_unassigned.sh;h=b8b6179a6e0cf0814b054043ed636842027997cb;hb=87e48192f16d2d8f36c9a44d436b29f76dfa7bc3;hp=6abc1c71cbe2f49d3c0fa667ab5843acd9f93e1b;hpb=8aa4cc2c19e208289b31a979a37ecfb7dd100403;p=feisty_meow.git diff --git a/scripts/system/find_dhcp_unassigned.sh b/scripts/system/find_dhcp_unassigned.sh index 6abc1c71..b8b6179a 100644 --- a/scripts/system/find_dhcp_unassigned.sh +++ b/scripts/system/find_dhcp_unassigned.sh @@ -8,5 +8,5 @@ if [ ! -s "$logfile" ]; then # a simple fail over that's not guaranteed to work. logfile="/var/log/syslog" fi -tail -n 500 "$logfile" | grep -i "dhcp.*2[4-5][0-9]" | less +tail -n 2000 "$logfile" | grep -i "dhcp.*2[4-5][0-9]" | less