mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add the ed and remove the vi.
This fixes a disk-full error.
This commit is contained in:
parent
1f95816c41
commit
e28d949ff4
1 changed files with 1 additions and 3 deletions
|
|
@ -9,6 +9,7 @@ progs cp
|
|||
progs dd
|
||||
progs df
|
||||
progs echo
|
||||
progs ed
|
||||
progs expr
|
||||
progs kill
|
||||
progs ln
|
||||
|
|
@ -39,9 +40,6 @@ special fdisk srcdir /usr/src/sbin/fdisk_pc98
|
|||
srcdirs /usr/src/usr.bin
|
||||
progs ftp
|
||||
progs telnet
|
||||
progs vi
|
||||
ln vi view
|
||||
ln vi ex
|
||||
|
||||
srcdirs /usr/src/usr.sbin
|
||||
progs chown
|
||||
|
|
|
|||
Loading…
Reference in a new issue