From 029dfd12d657bb1fd1d03bb5c73a70b4acd59df0 Mon Sep 17 00:00:00 2001 From: ru Date: Fri, 13 Apr 2001 06:49:47 +0000 Subject: Update comment to match ipfw/ipfw.c,v 1.95. --- sbin/ip6fw/ip6fw.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sbin/ip6fw') diff --git a/sbin/ip6fw/ip6fw.c b/sbin/ip6fw/ip6fw.c index ff0a096..a054a02 100644 --- a/sbin/ip6fw/ip6fw.c +++ b/sbin/ip6fw/ip6fw.c @@ -1273,9 +1273,8 @@ main(ac, av) setbuf(stdout,0); /* - * this is a nasty check on the last argument!!! - * If there happens to be a filename matching a keyword in the current - * directory, things will fail miserably. + * Only interpret the last command line argument as a file to + * be preprocessed if it is specified as an absolute pathname. */ if (ac > 1 && av[ac - 1][0] == '/' && access(av[ac - 1], R_OK) == 0) { -- cgit v1.1