Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 5062 - feature additions for superadduser -- request
Summary: feature additions for superadduser -- request
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: Normal enhancement (vote)
Assignee: Karl Trygve Kalleberg (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-15 20:45 UTC by Christian Axelsson
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Debians adduser-package ported, but without ebuild (adduser_3.47.tar.gz,62.94 KB, application/octet-stream)
2002-07-15 21:57 UTC, Christian Axelsson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Axelsson 2002-07-15 20:45:20 UTC
I would like to see Debians adduser package ported to ebuild. It consists only
of two perl-scripts, a perl-module and two configuration-files + doc. 
I sucessfully modified them to fit gentoo but I can't write any ebuild script
for it (lack of skill).

So now I hope that this great little tool can get ported, it's really usefull
for shellproviders.
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-07-15 21:02:19 UTC
you don't like superadduser?
Comment 2 Seemant Kulleen (RETIRED) gentoo-dev 2002-07-15 21:48:20 UTC
see, if you were that specific in the first place, I woulda assigned this already :P
Comment 3 Christian Axelsson 2002-07-15 21:57:44 UTC
Created attachment 2279 [details]
Debians adduser-package ported, but without ebuild

Take a look at the features of this one.
It's complete but it has no ebuild.
To install:

tar zxf adduser_3.47.tar.gz
cd adduser-3.47
rm /usr/sbin/adduser (this is only a symbolic link)
cp adduser /usr/sbin/
cp deluser /usr/sbin/
cp *.conf /etc
cp AdduserCommon.pm /usr/lib/perl/5.6.1/

All features are described in /etc/adduser.conf and /etc/deluser.conf
Comment 4 Karl Trygve Kalleberg (RETIRED) gentoo-dev 2002-07-16 16:18:23 UTC
I very much agree that we need better account handling.

However, the steps we take have to fit into the Grand Scheme of Things. Perl
scripts is expressly excluded from that scheme. 

All system-level scripts in Gentoo are written in either bash or python. We've
painstakingly rewritten prior Perl submissions to bash or python, so as to
minimise the language fluency required to fix and maintain the most central,
distribution-specific packages.

It would warm our hearts tremendously if you made out a new bug, with the list
of features your adduser script needed, then we'd integrate that with our
ongoing work instead.