[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

hostname/ping in busybox



Hi all,

Just poking around with busybox... think it's a great idea :)

Anyway, I tried my hand at creating some new busybox commands -- hostname
and ping. They are disabled by default. Comments are welcome as always.
Erik, hope you don't mind me poking in your todo list :)

The ping implementation adds about 3k. hostname is about 1k. i'll see if i
can shave off a bit more later this week.

oh, have a question about install.sh:
what does it do:
	ln -s /bin/busybox $1$i
instead of
	ln -s $1/bin/busybox $1$i
?

The latter seems to work better....

randolph
-- 
Debian Developer <tausq@debian.org>
http://www.TauSq.org/


Reply to: