Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Aug 2006 01:42:22 +0200
From:      CAT <cat@byteworker.com>
To:        Joerg.Pulz@frm2.tum.de
Cc:        ports@FreeBSD.org
Subject:   FreeBSD Port: isc-dhcp3-devel-3.0.5.r1
Message-ID:  <44F0DC5E.80206@byteworker.com>

next in thread | raw e-mail | index | archive | help
Guten Morgen,

habe gerade beim update des DHCP Servers  erhalte ich immer folgenden 
Fehler am Ende:


 in server
for dir in /usr/local/sbin /usr/local/man/man8 /usr/local/man/man5 
/var/db; do  foo="";  for bar in `echo ${dir} |tr / ' '`; do  
foo=${foo}/$bar;  if [ ! -d $foo ]; then  mkdir $foo;  chmod 755 $foo;  
fi;  done;  done
install -c -m 444 dhcpd /usr/local/sbin
chmod 755 /usr/local/sbin/dhcpd
install -c  dhcpd.man8   /usr/local/man/man8/dhcpd.8
install -c  dhcpd.conf.man5   /usr/local/man/man5/dhcpd.conf.5
install -c  dhcpd.leases.man5   /usr/local/man/man5/dhcpd.leases.5
===> Installing rc.d startup script(s)
/usr/ports/net/isc-dhcp3-server/pkg-install: 
/usr/local/etc/rc.d/isc-dhcpd: not found
*** Error code 127

Stop in /usr/ports/net/isc-dhcp3-server.
        26.62s real             21.64s user             3.77s sys



Der "Fehler" tritt auf diversen Systemen statt.
Was ist das Problem?


Danke.


MFG

CAT



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44F0DC5E.80206>