[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[Fedora-packaging] Re: Second user/group handling draft
- From: Enrico Scholz <enrico scholz informatik tu-chemnitz de>
- To: fedora-packaging redhat com
- Subject: [Fedora-packaging] Re: Second user/group handling draft
- Date: Fri, 11 May 2007 15:09:44 +0200
Thorsten Leemhuis <fedora leemhuis info> writes:
>> But maybe the following can make you happy: A script that greps
>> through the CVS and extracts these for you automatically.
>
> If that works: sure. But we should not force sysadmins to download the
> whole cvs and run such a script
Before I see such a script I do not believe that a such one is possible.
E.g. please extract the needed information (username, homedir, gecos)
from:
| %global user foo
| %global home %_var/lib/%name
|
| %post
| useradd -r -d '%home' %user
|
| u='%user'
| prog=/usr/sbin/useradd
| $prog -r \
| $u
Enrico
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]