Mercurial > hg > dhcpcd
changeset 999:fda3999b6a06 draft
Fix comment.
| author | Roy Marples <roy@marples.name> |
|---|---|
| date | Fri, 19 Sep 2008 23:31:17 +0000 |
| parents | 786b0f964829 |
| children | 0e284927ad0e |
| files | dhcpcd-run-hooks.in |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/dhcpcd-run-hooks.in Fri Sep 19 13:36:40 2008 +0000 +++ b/dhcpcd-run-hooks.in Fri Sep 19 23:31:17 2008 +0000 @@ -90,7 +90,7 @@ } # Compare two files -# It different, replace first with second otherwise remove second +# If different, replace first with second otherwise remove second change_file() { if type cmp >/dev/null 2>&1; then
