This includes various user tools like: arch, cal, chkdupexe, col, colcrt, colrm, column, cytune, ddate, dmesg, fdformat, getopt, hexdump, ipcrm, ipcs, isosize, kill, line, logger, look, mcookie, more, mount, namei, pg, raw, rename, renice, rev, script, setfdprm, setsid, setterm, ul, umount, whereis, and write. And administrator tools like: agetty, blockdev, cfdisk, ctrlaltdel, elvtune, fdisk, fsck.cramfs, fsck.minix, hwclock, losetup, mkfs, mkfs.bfs, mkfs.cramfs, mkfs.minix, mkswap, pivot_root, ramsize, rdev, readprofile, rootflags, sfdisk, sln, swapoff, swapon, tunelp and vidmode. (I have been using this via pkgsrc for over eleven months.)
27 lines
807 B
Text
27 lines
807 B
Text
maybe fix hard-coded paths:
|
|
/etc/adjtime in hwclock files
|
|
/etc/issue in getty
|
|
/etc/securetty for login
|
|
/etc/shells in chsh
|
|
/etc/TZ in simpleinit (maybe don't install it)
|
|
/etc/shutdown.conf for shutdown
|
|
/etc/nologin
|
|
/etc/fstab
|
|
/etc/mtab
|
|
and others ...
|
|
|
|
# todo: make sure fdprm config is installed to correct CONF directory
|
|
|
|
have it use linux-kernel-headers buildlink2.mk file
|
|
|
|
some manpages and example fdprm have hard-coded paths
|
|
|
|
# todo: sometimes it installs pivot_root (and man) and sometimes not
|
|
# todo: set in MCONFIG HAVE_PAM=yes
|
|
# todo: maybe setterm only works if ...
|
|
# vcterm = (!strncmp(term, "con", 3) || !strncmp(term, "linux", 5));
|
|
# todo: later add gettext support and enable NLS
|
|
|
|
# this doesn't install sln binary, but does install sln manpage
|
|
# sln is also in glibc-2.2.5
|
|
|