T
Thorsten Gottschalk
Hello all,
I normal install 1-2 unix systems per week. The service which is
running this machines differs over time.
So I have a kind of basic installation from a cd rom, after that I
doing some custimsations to the system. E.g. additional entries in the
/etc/hosts, add users, change file rights, add some scripts, change
config files in /etc ....
Now I want to write a perl script that to all this staff. But I do not
want to program this hardcoded in my perl script. I want a kind of
controll file where I describe my changes and hand over this file to
script which then do these changes.
I have reduced these function I need:
- change right, owners of file
- copy file
- append text to file
- add/delete users
- execute other programms
So is there any module out there which can support me in my wishes?
ciao
Thorsten
I normal install 1-2 unix systems per week. The service which is
running this machines differs over time.
So I have a kind of basic installation from a cd rom, after that I
doing some custimsations to the system. E.g. additional entries in the
/etc/hosts, add users, change file rights, add some scripts, change
config files in /etc ....
Now I want to write a perl script that to all this staff. But I do not
want to program this hardcoded in my perl script. I want a kind of
controll file where I describe my changes and hand over this file to
script which then do these changes.
I have reduced these function I need:
- change right, owners of file
- copy file
- append text to file
- add/delete users
- execute other programms
So is there any module out there which can support me in my wishes?
ciao
Thorsten