1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00
freebsd/usr.sbin/bsdconfig
Devin Teske 52d41f916e Add the necessary code to reinstall packages. Both scripted access
(packageReinstall) and UI access have been tested successfully with a
variation of different situations including:
+ Reinstall a package for which no other packages depend
+ Purposefully do thinks like reinstall a package that is not installed
+ Try to reinstall a package which other installed packages still depend

NOTE: There is no "force" used; if a package is required by other packages,
it will not be uninstalled (and therefore no reinstall is done).
2013-07-05 21:40:31 +00:00
..
console More whitespace. 2013-06-24 20:58:54 +00:00
diskmgmt More whitespace. 2013-06-24 20:58:54 +00:00
docsinstall More whitespace. 2013-06-24 20:58:54 +00:00
dot More whitespace. 2013-06-24 20:58:54 +00:00
examples Oops, r252810 forgot to hook the new example file (browse_packages.sh) into 2013-07-05 18:50:17 +00:00
include Add the necessary code to uninstall packages (re-install still pending). 2013-07-05 06:52:07 +00:00
mouse More whitespace. 2013-06-24 20:58:54 +00:00
networking Use f_show_msg() instead of f_dialog_msgbox() where appropriate. The main 2013-07-05 16:00:01 +00:00
packages More whitespace. 2013-06-24 20:58:54 +00:00
password Use f_show_msg() instead of f_dialog_msgbox() where appropriate. The main 2013-07-05 16:00:01 +00:00
security More whitespace. 2013-06-24 20:58:54 +00:00
share Add the necessary code to reinstall packages. Both scripted access 2013-07-05 21:40:31 +00:00
startup Use f_show_msg() instead of f_dialog_msgbox() where appropriate. The main 2013-07-05 16:00:01 +00:00
timezone More whitespace. 2013-06-24 20:58:54 +00:00
ttys More whitespace. 2013-06-24 20:58:54 +00:00
usermgmt Use f_show_msg() instead of f_dialog_msgbox() where appropriate. The main 2013-07-05 16:00:01 +00:00
bsdconfig Add support for processing add-on modules from /usr/local/libexec/bsdconfig 2013-07-05 20:13:00 +00:00
bsdconfig.8 Adhere to 80-column width. 2013-07-05 18:31:26 +00:00
Makefile Commit first portion of package module -- this includes the ability to view 2013-05-07 05:40:20 +00:00
USAGE Add new flags -d' (sets debug=1) and -D file' (sets debugFile) and 2013-04-22 05:02:34 +00:00