Re: Newbie: freebsd admin scripting

2007-07-19 Thread Muffin
Thx for the advise. -- http://mail.python.org/mailman/listinfo/python-list

Re: Newbie: freebsd admin scripting

2007-07-18 Thread Will Maier
On Wed, Jul 18, 2007 at 04:31:35PM -0700, Evan Klitzke wrote: > > I found a built in mod for parseconfig but it deal with .ini > > file styles (windows) that include a [section] header as well as > > uses someiteam=somevalue format. I believe it requires the > > header though. > > I think you're r

Re: Newbie: freebsd admin scripting

2007-07-18 Thread Evan Klitzke
On 7/17/07, Muffin <[EMAIL PROTECTED]> wrote: > I am using python for the first time on Unix and on FBSD. I need a few > pointer, tips or tricks on scripting on config files. Mostly admin type > configs like the rc.conf file usually setup like: > > someiteam=somevalue#sometype of descriptio