]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC bsdconfig(8) and sysrc(8) from HEAD. (shazam!)
authordteske <dteske@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 7 Jul 2013 19:13:34 +0000 (19:13 +0000)
committerdteske <dteske@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 7 Jul 2013 19:13:34 +0000 (19:13 +0000)
commitf7ffc174b6b148d1dada94608a0fc47142888530
tree9dc9093b012a473e181e6edc4708e2355fc22bfa
parent2a4c7054f2748b9af4b3170dbffffabaa99b2268
MFC bsdconfig(8) and sysrc(8) from HEAD. (shazam!)

git-svn-id: svn://svn.freebsd.org/base/stable/9@252995 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
184 files changed:
usr.sbin/Makefile
usr.sbin/bsdconfig/Makefile [new file with mode: 0644]
usr.sbin/bsdconfig/USAGE [new file with mode: 0644]
usr.sbin/bsdconfig/bsdconfig [new file with mode: 0755]
usr.sbin/bsdconfig/bsdconfig.8 [new file with mode: 0644]
usr.sbin/bsdconfig/console/INDEX [new file with mode: 0644]
usr.sbin/bsdconfig/console/Makefile [new file with mode: 0644]
usr.sbin/bsdconfig/console/USAGE [new file with mode: 0644]
usr.sbin/bsdconfig/console/console [new file with mode: 0755]
usr.sbin/bsdconfig/console/font [new file with mode: 0755]
usr.sbin/bsdconfig/console/include/Makefile [new file with mode: 0644]
usr.sbin/bsdconfig/console/include/messages.subr [new file with mode: 0644]
usr.sbin/bsdconfig/console/keymap [new file with mode: 0755]
usr.sbin/bsdconfig/console/repeat [new file with mode: 0755]
usr.sbin/bsdconfig/console/saver [new file with mode: 0755]
usr.sbin/bsdconfig/console/screenmap [new file with mode: 0755]
usr.sbin/bsdconfig/console/ttys [new file with mode: 0755]
usr.sbin/bsdconfig/diskmgmt/INDEX [new file with mode: 0644]
usr.sbin/bsdconfig/diskmgmt/Makefile [new file with mode: 0644]
usr.sbin/bsdconfig/diskmgmt/USAGE [new file with mode: 0644]
usr.sbin/bsdconfig/diskmgmt/diskmgmt [new file with mode: 0755]
usr.sbin/bsdconfig/diskmgmt/include/Makefile [new file with mode: 0644]
usr.sbin/bsdconfig/diskmgmt/include/messages.subr [new file with mode: 0644]
usr.sbin/bsdconfig/docsinstall/INDEX [new file with mode: 0644]
usr.sbin/bsdconfig/docsinstall/Makefile [new file with mode: 0644]
usr.sbin/bsdconfig/docsinstall/USAGE [new file with mode: 0644]
usr.sbin/bsdconfig/docsinstall/docsinstall [new file with mode: 0755]
usr.sbin/bsdconfig/docsinstall/include/Makefile [new file with mode: 0644]
usr.sbin/bsdconfig/docsinstall/include/messages.subr [new file with mode: 0644]
usr.sbin/bsdconfig/dot/INDEX [new file with mode: 0644]
usr.sbin/bsdconfig/dot/Makefile [new file with mode: 0644]
usr.sbin/bsdconfig/dot/USAGE [new file with mode: 0644]
usr.sbin/bsdconfig/dot/dot [new file with mode: 0755]
usr.sbin/bsdconfig/dot/include/Makefile [new file with mode: 0644]
usr.sbin/bsdconfig/dot/include/messages.subr [new file with mode: 0644]
usr.sbin/bsdconfig/examples/Makefile [new file with mode: 0644]
usr.sbin/bsdconfig/examples/browse_packages.sh [new file with mode: 0755]
usr.sbin/bsdconfig/examples/bsdconfigrc [new file with mode: 0644]
usr.sbin/bsdconfig/include/Makefile [new file with mode: 0644]
usr.sbin/bsdconfig/include/bsdconfig.hlp [new file with mode: 0644]
usr.sbin/bsdconfig/include/media.hlp [new file with mode: 0644]
usr.sbin/bsdconfig/include/messages.subr [new file with mode: 0644]
usr.sbin/bsdconfig/include/network_device.hlp [new file with mode: 0644]
usr.sbin/bsdconfig/include/options.hlp [new file with mode: 0644]
usr.sbin/bsdconfig/include/tcp.hlp [new file with mode: 0644]
usr.sbin/bsdconfig/include/usage.hlp [new file with mode: 0644]
usr.sbin/bsdconfig/mouse/INDEX [new file with mode: 0644]
usr.sbin/bsdconfig/mouse/Makefile [new file with mode: 0644]
usr.sbin/bsdconfig/mouse/USAGE [new file with mode: 0644]
usr.sbin/bsdconfig/mouse/disable [new file with mode: 0755]
usr.sbin/bsdconfig/mouse/enable [new file with mode: 0755]
usr.sbin/bsdconfig/mouse/flags [new file with mode: 0755]
usr.sbin/bsdconfig/mouse/include/Makefile [new file with mode: 0644]
usr.sbin/bsdconfig/mouse/include/messages.subr [new file with mode: 0644]
usr.sbin/bsdconfig/mouse/mouse [new file with mode: 0755]
usr.sbin/bsdconfig/mouse/port [new file with mode: 0755]
usr.sbin/bsdconfig/mouse/type [new file with mode: 0755]
usr.sbin/bsdconfig/networking/INDEX [new file with mode: 0644]
usr.sbin/bsdconfig/networking/Makefile [new file with mode: 0644]
usr.sbin/bsdconfig/networking/USAGE [new file with mode: 0644]
usr.sbin/bsdconfig/networking/defaultrouter [new file with mode: 0755]
usr.sbin/bsdconfig/networking/devices [new file with mode: 0755]
usr.sbin/bsdconfig/networking/hostname [new file with mode: 0755]
usr.sbin/bsdconfig/networking/include/Makefile [new file with mode: 0644]
usr.sbin/bsdconfig/networking/include/messages.subr [new file with mode: 0644]
usr.sbin/bsdconfig/networking/nameservers [new file with mode: 0755]
usr.sbin/bsdconfig/networking/networking [new file with mode: 0755]
usr.sbin/bsdconfig/networking/share/Makefile [new file with mode: 0644]
usr.sbin/bsdconfig/networking/share/common.subr [new file with mode: 0644]
usr.sbin/bsdconfig/networking/share/device.subr [new file with mode: 0644]
usr.sbin/bsdconfig/networking/share/hostname.subr [new file with mode: 0644]
usr.sbin/bsdconfig/networking/share/ipaddr.subr [new file with mode: 0644]
usr.sbin/bsdconfig/networking/share/media.subr [new file with mode: 0644]
usr.sbin/bsdconfig/networking/share/netmask.subr [new file with mode: 0644]
usr.sbin/bsdconfig/networking/share/resolv.subr [new file with mode: 0644]
usr.sbin/bsdconfig/networking/share/routing.subr [new file with mode: 0644]
usr.sbin/bsdconfig/networking/share/services.subr [new file with mode: 0644]
usr.sbin/bsdconfig/packages/INDEX [new file with mode: 0644]
usr.sbin/bsdconfig/packages/Makefile [new file with mode: 0644]
usr.sbin/bsdconfig/packages/USAGE [new file with mode: 0644]
usr.sbin/bsdconfig/packages/include/Makefile [new file with mode: 0644]
usr.sbin/bsdconfig/packages/include/messages.subr [new file with mode: 0755]
usr.sbin/bsdconfig/packages/packages [new file with mode: 0755]
usr.sbin/bsdconfig/password/INDEX [new file with mode: 0644]
usr.sbin/bsdconfig/password/Makefile [new file with mode: 0644]
usr.sbin/bsdconfig/password/USAGE [new file with mode: 0644]
usr.sbin/bsdconfig/password/include/Makefile [new file with mode: 0644]
usr.sbin/bsdconfig/password/include/messages.subr [new file with mode: 0644]
usr.sbin/bsdconfig/password/password [new file with mode: 0755]
usr.sbin/bsdconfig/password/share/Makefile [new file with mode: 0644]
usr.sbin/bsdconfig/password/share/password.subr [new file with mode: 0644]
usr.sbin/bsdconfig/security/INDEX [new file with mode: 0644]
usr.sbin/bsdconfig/security/Makefile [new file with mode: 0644]
usr.sbin/bsdconfig/security/USAGE [new file with mode: 0644]
usr.sbin/bsdconfig/security/include/Makefile [new file with mode: 0644]
usr.sbin/bsdconfig/security/include/messages.subr [new file with mode: 0644]
usr.sbin/bsdconfig/security/include/securelevel.hlp [new file with mode: 0644]
usr.sbin/bsdconfig/security/kern_securelevel [new file with mode: 0755]
usr.sbin/bsdconfig/security/security [new file with mode: 0755]
usr.sbin/bsdconfig/share/Makefile [new file with mode: 0644]
usr.sbin/bsdconfig/share/common.subr [new file with mode: 0644]
usr.sbin/bsdconfig/share/device.subr [new file with mode: 0644]
usr.sbin/bsdconfig/share/dialog.subr [new file with mode: 0644]
usr.sbin/bsdconfig/share/media/Makefile [new file with mode: 0644]
usr.sbin/bsdconfig/share/media/any.subr [new file with mode: 0644]
usr.sbin/bsdconfig/share/media/cdrom.subr [new file with mode: 0644]
usr.sbin/bsdconfig/share/media/common.subr [new file with mode: 0644]
usr.sbin/bsdconfig/share/media/directory.subr [new file with mode: 0644]
usr.sbin/bsdconfig/share/media/dos.subr [new file with mode: 0644]
usr.sbin/bsdconfig/share/media/floppy.subr [new file with mode: 0644]
usr.sbin/bsdconfig/share/media/ftp.subr [new file with mode: 0644]
usr.sbin/bsdconfig/share/media/http.subr [new file with mode: 0644]
usr.sbin/bsdconfig/share/media/httpproxy.subr [new file with mode: 0644]
usr.sbin/bsdconfig/share/media/network.subr [new file with mode: 0644]
usr.sbin/bsdconfig/share/media/nfs.subr [new file with mode: 0644]
usr.sbin/bsdconfig/share/media/options.subr [new file with mode: 0644]
usr.sbin/bsdconfig/share/media/tcpip.subr [new file with mode: 0644]
usr.sbin/bsdconfig/share/media/ufs.subr [new file with mode: 0644]
usr.sbin/bsdconfig/share/media/usb.subr [new file with mode: 0644]
usr.sbin/bsdconfig/share/mustberoot.subr [new file with mode: 0644]
usr.sbin/bsdconfig/share/packages/Makefile [new file with mode: 0644]
usr.sbin/bsdconfig/share/packages/categories.subr [new file with mode: 0755]
usr.sbin/bsdconfig/share/packages/index.subr [new file with mode: 0755]
usr.sbin/bsdconfig/share/packages/packages.subr [new file with mode: 0755]
usr.sbin/bsdconfig/share/script.subr [new file with mode: 0644]
usr.sbin/bsdconfig/share/strings.subr [new file with mode: 0644]
usr.sbin/bsdconfig/share/struct.subr [new file with mode: 0644]
usr.sbin/bsdconfig/share/sysrc.subr [new file with mode: 0644]
usr.sbin/bsdconfig/share/variable.subr [new file with mode: 0644]
usr.sbin/bsdconfig/startup/INDEX [new file with mode: 0644]
usr.sbin/bsdconfig/startup/Makefile [new file with mode: 0644]
usr.sbin/bsdconfig/startup/USAGE [new file with mode: 0644]
usr.sbin/bsdconfig/startup/include/Makefile [new file with mode: 0644]
usr.sbin/bsdconfig/startup/include/messages.subr [new file with mode: 0644]
usr.sbin/bsdconfig/startup/misc [new file with mode: 0755]
usr.sbin/bsdconfig/startup/rcadd [new file with mode: 0755]
usr.sbin/bsdconfig/startup/rcconf [new file with mode: 0755]
usr.sbin/bsdconfig/startup/rcdelete [new file with mode: 0755]
usr.sbin/bsdconfig/startup/rcedit [new file with mode: 0755]
usr.sbin/bsdconfig/startup/rcvar [new file with mode: 0755]
usr.sbin/bsdconfig/startup/share/Makefile [new file with mode: 0644]
usr.sbin/bsdconfig/startup/share/rcconf.subr [new file with mode: 0644]
usr.sbin/bsdconfig/startup/share/rcedit.subr [new file with mode: 0644]
usr.sbin/bsdconfig/startup/share/rcvar.subr [new file with mode: 0644]
usr.sbin/bsdconfig/startup/startup [new file with mode: 0755]
usr.sbin/bsdconfig/timezone/INDEX [new file with mode: 0644]
usr.sbin/bsdconfig/timezone/Makefile [new file with mode: 0644]
usr.sbin/bsdconfig/timezone/USAGE [new file with mode: 0644]
usr.sbin/bsdconfig/timezone/include/Makefile [new file with mode: 0644]
usr.sbin/bsdconfig/timezone/include/messages.subr [new file with mode: 0644]
usr.sbin/bsdconfig/timezone/share/Makefile [new file with mode: 0644]
usr.sbin/bsdconfig/timezone/share/continents.subr [new file with mode: 0644]
usr.sbin/bsdconfig/timezone/share/countries.subr [new file with mode: 0644]
usr.sbin/bsdconfig/timezone/share/iso3166.subr [new file with mode: 0644]
usr.sbin/bsdconfig/timezone/share/menus.subr [new file with mode: 0644]
usr.sbin/bsdconfig/timezone/share/zones.subr [new file with mode: 0644]
usr.sbin/bsdconfig/timezone/timezone [new file with mode: 0755]
usr.sbin/bsdconfig/ttys/INDEX [new file with mode: 0644]
usr.sbin/bsdconfig/ttys/Makefile [new file with mode: 0644]
usr.sbin/bsdconfig/ttys/USAGE [new file with mode: 0644]
usr.sbin/bsdconfig/ttys/include/Makefile [new file with mode: 0644]
usr.sbin/bsdconfig/ttys/include/messages.subr [new file with mode: 0644]
usr.sbin/bsdconfig/ttys/ttys [new file with mode: 0755]
usr.sbin/bsdconfig/usermgmt/INDEX [new file with mode: 0644]
usr.sbin/bsdconfig/usermgmt/Makefile [new file with mode: 0644]
usr.sbin/bsdconfig/usermgmt/USAGE [new file with mode: 0644]
usr.sbin/bsdconfig/usermgmt/groupadd [new file with mode: 0755]
usr.sbin/bsdconfig/usermgmt/groupdel [new file with mode: 0755]
usr.sbin/bsdconfig/usermgmt/groupedit [new file with mode: 0755]
usr.sbin/bsdconfig/usermgmt/groupinput [new file with mode: 0755]
usr.sbin/bsdconfig/usermgmt/include/Makefile [new file with mode: 0644]
usr.sbin/bsdconfig/usermgmt/include/messages.subr [new file with mode: 0644]
usr.sbin/bsdconfig/usermgmt/include/usermgmt.hlp [new file with mode: 0644]
usr.sbin/bsdconfig/usermgmt/share/Makefile [new file with mode: 0644]
usr.sbin/bsdconfig/usermgmt/share/group_input.subr [new file with mode: 0644]
usr.sbin/bsdconfig/usermgmt/share/user_input.subr [new file with mode: 0644]
usr.sbin/bsdconfig/usermgmt/useradd [new file with mode: 0755]
usr.sbin/bsdconfig/usermgmt/userdel [new file with mode: 0755]
usr.sbin/bsdconfig/usermgmt/useredit [new file with mode: 0755]
usr.sbin/bsdconfig/usermgmt/userinput [new file with mode: 0755]
usr.sbin/bsdconfig/usermgmt/usermgmt [new file with mode: 0755]
usr.sbin/sysrc/Makefile [new file with mode: 0644]
usr.sbin/sysrc/sysrc [new file with mode: 0644]
usr.sbin/sysrc/sysrc.8 [new file with mode: 0644]