Opened 18 years ago
Closed 17 years ago
#1131 closed enhancement (fixed)
more missing bin commands
Reported by: | kaliber | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Network & Internet | Version: | R1/pre-alpha1 |
Keywords: | Cc: | bonefish | |
Blocked By: | Blocking: | ||
Platform: | All |
Description
This patch enables: cardctl, compress, diff3, dump_cis, dump_cisreg, fmt, fold, ident, installsound, merge, prio, pack_cis, pc, patch, rlog, unexpand, updatedb, uudecode, uuencode, zipgrep.
I don't know how to install "install" command.
Attachments (2)
Change History (11)
by , 18 years ago
Attachment: | more-bin-commands.patch added |
---|
comment:1 by , 18 years ago
I've added another patch to review which adds mtools utilities, and fixes build of telnetd.
For mtools you need http://mtools.linux.lu/mtools-3.9.10.tar.gz with a small build fix in two places (not included because it's easy to fix).
comment:2 by , 18 years ago
Cc: | added |
---|---|
Component: | Build System → - Network & Internet |
Owner: | changed from | to
Regarding mtools, I don't think it's worth including them at all.
Regarding telnet, I pass this ticket on to Axel, since I don't know in what state our network support is, and whether it makes sense to do such patches at all ATM. I suppose, when our stack is feature complete we'll be able to remove most "#ifdef BEOS" hacks in ported apps.
comment:3 by , 18 years ago
cardctl, dump_cis, dump_cisreg, pack_cis should be removed from this patch. No pcmcia stack yet.
follow-up: 7 comment:6 by , 17 years ago
all of these are now in the image except the ones korli listed. Zipgrep however is not marked as being executable, so this probably needs to get fixed. (I assume it should be chmod 755 like all the others?)
comment:7 by , 17 years ago
Replying to scottmc:
all of these are now in the image except the ones korli listed. Zipgrep however is not marked as being executable, so this probably needs to get fixed. (I assume it should be chmod 755 like all the others?)
Did you try to include <bin>zipgrep instead of zipgrep in HaikuImage ?
comment:8 by , 17 years ago
I just checked in hrev25190 and zipgrep is now executable as well. Not sure why it wasn't marked as executable on my previous image. This ticket can be closed out now.
more missing bin commands