diff options
author | Scott Ullrich <sullrich@G5.local> | 2009-10-26 01:09:46 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@G5.local> | 2009-10-26 01:09:46 -0400 |
commit | a6bce4360cd45149612c3ed2d1ee6407d57115bd (patch) | |
tree | 403909629b976e93c42f21a1631cfc57a06e0e7f | |
parent | 70af94d7b30b50d3a91b82d9c904b3c26bdb71d1 (diff) | |
download | pfsense-a6bce4360cd45149612c3ed2d1ee6407d57115bd.zip pfsense-a6bce4360cd45149612c3ed2d1ee6407d57115bd.tar.gz |
Add space between interface and real interface brackets
-rwxr-xr-x | etc/rc.banner | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.banner b/etc/rc.banner index d259069..e253670 100755 --- a/etc/rc.banner +++ b/etc/rc.banner @@ -70,7 +70,7 @@ } $ipaddr = get_interface_ip($ifname); $realif = get_real_interface($ifname); - $tobanner = "{$friendly}({$ifname})"; + $tobanner = "{$friendly} ({$ifname})"; printf("\n %-25s -> %-10s -> %s%s", $tobanner, |