From: Roy Marples Date: Thu, 18 Nov 2010 19:12:22 +0000 (+0000) Subject: Improve comments. X-Git-Tag: v5.2.9~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc760dc8f433926b41f2620a6d57b3e226583e3c;p=thirdparty%2Fdhcpcd.git Improve comments. --- diff --git a/dhcpcd-run-hooks.in b/dhcpcd-run-hooks.in index 926a2e11..cb897b4f 100644 --- a/dhcpcd-run-hooks.in +++ b/dhcpcd-run-hooks.in @@ -29,7 +29,7 @@ uniqify() echo "${result# *}" } -# List interface config files in a dir +# List interface config files in a directory. # If dhcpcd is running as a single instance then it will have a list of # interfaces in the preferred order. # Otherwise we just use what we have. @@ -94,8 +94,8 @@ remove_markers() fi } -# Compare two files -# If different, replace first with second otherwise remove second +# Compare two files. +# If different, replace first with second otherwise remove second. change_file() { if [ -e "$1" ]; then