X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=blobdiff_plain;f=scripts%2Fsystem%2Ffind_dhcp_unassigned.sh;fp=scripts%2Fsystem%2Ffind_dhcp_unassigned.sh;h=99cd810a5019c3ee7add226299e5c6c78454e5c0;hp=b8b6179a6e0cf0814b054043ed636842027997cb;hb=de0da7f2f7958d4ba652ff2ef5c79991700141ac;hpb=a4c99c6006b3aa20b5f65f02c2d30db7e790083a diff --git a/scripts/system/find_dhcp_unassigned.sh b/scripts/system/find_dhcp_unassigned.sh index b8b6179a..99cd810a 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 2000 "$logfile" | grep -i "dhcp.*2[4-5][0-9]" | less +tail -n 10000 "$logfile" | grep -i "dhcp.*2[4-5][0-9]" | less