o Allow diskcheckd to be enabled/disabled from within sysinstall using the

post-configuration "Startup" menu.  In the event that diskcheckd is
  removed, this can easily be trimmed also; in the mean time, it allows
  diskcheckd to be easily disabled using our documented management
  tool
This commit is contained in:
Robert Watson 2001-08-28 22:22:30 +00:00
parent d3406ed07a
commit 49cb22edf2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=82473
2 changed files with 4 additions and 0 deletions

View File

@ -1274,6 +1274,8 @@ DMenu MenuStartup = {
checkTrue, dmenuExit, NULL, NULL, '<', '<', '<' },
{ " APM", "Auto-power management services (typically laptops)",
dmenuVarCheck, dmenuToggleVariable, NULL, "apm_enable=YES" },
{ " diskcheckd", "Background disk scanner",
dmenuVarCheck, dmenuToggleVariable, NULL, "diskcheckd_enable=YES" },
{ " pccard", "Enable PCCARD (AKA PCMCIA) services (also laptops)",
dmenuVarCheck, dmenuToggleVariable, NULL, "pccard_enable=YES" },
{ " pccard mem", "Set PCCARD memory address (if enabled)",

View File

@ -1274,6 +1274,8 @@ DMenu MenuStartup = {
checkTrue, dmenuExit, NULL, NULL, '<', '<', '<' },
{ " APM", "Auto-power management services (typically laptops)",
dmenuVarCheck, dmenuToggleVariable, NULL, "apm_enable=YES" },
{ " diskcheckd", "Background disk scanner",
dmenuVarCheck, dmenuToggleVariable, NULL, "diskcheckd_enable=YES" },
{ " pccard", "Enable PCCARD (AKA PCMCIA) services (also laptops)",
dmenuVarCheck, dmenuToggleVariable, NULL, "pccard_enable=YES" },
{ " pccard mem", "Set PCCARD memory address (if enabled)",