diff options
author | Bill Nottingham <notting@redhat.com> | 2001-08-07 06:48:29 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2001-08-07 06:48:29 +0000 |
commit | 644a0180b7e35b3286616517ca589c9bd5608c81 (patch) | |
tree | 4aca889e63ebc7237519b9d9cc73ce48ffdb847e /po | |
parent | d34451922aebdabfc5495b174ad960b0a0188304 (diff) | |
download | initscripts-644a0180b7e35b3286616517ca589c9bd5608c81.tar initscripts-644a0180b7e35b3286616517ca589c9bd5608c81.tar.gz initscripts-644a0180b7e35b3286616517ca589c9bd5608c81.tar.bz2 initscripts-644a0180b7e35b3286616517ca589c9bd5608c81.tar.xz initscripts-644a0180b7e35b3286616517ca589c9bd5608c81.zip |
use awk, not grep & other cruft (#49616)
exit happily if ifup is called on a device that doesn't exist and has
no alias (fixes all those nasty PCMCIA onboot complaints)
Diffstat (limited to 'po')
-rw-r--r-- | po/initscripts.pot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/initscripts.pot b/po/initscripts.pot index 4d63e1e8..196c0fde 100644 --- a/po/initscripts.pot +++ b/po/initscripts.pot @@ -145,7 +145,7 @@ msgid "error in $FILE: IPADDR_START and IPADDR_END don't argree" msgstr "" #: /etc/sysconfig/network-scripts/ifup:88 -msgid "Device does not seem to be present, delaying ${DEVICE} initialization." +msgid "$alias device does not seem to be present, delaying ${DEVICE} initialization." msgstr "" #: /etc/rc.d/init.d/netfs:148 |