VMiklos schrieb:
On Wed, Mar 15, 2006 at 11:35:00PM +0100, BMH1980 <[EMAIL PROTECTED]> wrote:
> Hi.
> > As you know there are some install scripts with an incomplete commandline that prints an > error on installing the package. > > As example the problem with chkconfig :
> /var/lib/pacman/local/iptables-1.3.3-1/install: line 4: chkconfig: command 
not found
> > I have created a list with (hopefully) all install scripts that have such problems. > > If it's okay for you, I would change the install scripts to use the commands with an > absolute path and rebuild the packages.

hmm, the real problem is not the relative patch, but the non-existense
of the chkconfig binary imho. so instead of using
        /usr/sbin/chkconfig --foo
i would say use
        [ "`type -p chkconfig`" ] && chkconfig --foo

the other reason of such messages _was_ that sudo did not include /sbin
and /usr/sbin in $PATH, but this is fixed a long time ago

feel free to correct me if i'm wrong :)
Okay, I correct you. :) As I installed the freenx package, I get such an error about useradd and groupadd. From there I'm not sure if this is really fixed.

And I haven't installed this pkgs in chroot.

But I get an other idea about this chkconfig thing. Maybe we should remove this chkconfig --add thing complete from the install scripts.

To enable services from default isn't a very secure thing. As example, if I'm installing apache or mysql as dependence, there is no need to start it on boot time.

Regards
BMH1980

--
http://www.frugalware.org


        
                
___________________________________________________________ Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de
_______________________________________________
Frugalware-devel mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-devel

Reply via email to