Re: pfile start script

This is a discussion on Re: pfile start script within the IPFilter forums, part of the System Security and Security Related category; In some email I received from Hans Werner Strube, sie wrote: > Carson Gaspar wrote: > > --On Saturday, July ...


Go Back   Usenet Forums > System Security and Security Related > IPFilter

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 07-05-2004
Darren Reed
 
Posts: n/a
Default Re: pfile start script

In some email I received from Hans Werner Strube, sie wrote:
> Carson Gaspar wrote:
> > --On Saturday, July 03, 2004 7:13 PM +1000 Darren Reed
> > <darrenr@reed.wattle.id.au> wrote:
> >
> > > I think using the pattern 'hostname.*[!:][0-9]' is better to only
> > > match real interface names.

> >

> ....
> > You can't do what you want using only normal globs. You can do it with
> > extglobs (shopt -s extglob in bash):
> >
> > carson:gandalf 0 $ ls hostname.+([!:])
> > hostname.foo0
> >
> > Or you can do it in (POSIX) shell:
> >
> > carson:gandalf 0 $ OIFS="${IFS}" IFS="${IFS}:"; ls hostname.* | while read
> > intf alias; do if [ -z "${alias}" ]; then echo $intf; fi; done;
> > IFS="${OIFS}"
> > hostname.foo0

>
> Wouldn't the following simplification of S10pfil be sufficient?


No. sed is in /usr/bin and /usr may not be mounted when S10pfil runs.

Darren
Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 10:49 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0