Commit Graph

59 Commits

Author SHA1 Message Date
salo 22a0ae4298 netbsd.org->NetBSD.org 2003-07-26 20:17:31 +00:00
takemura b8ce6e8201 Added touch panel calibration utility. 2002-08-27 14:12:09 +00:00
pooka 203649db47 list network interfaces in ascending order (foo0 .. foon instead of
foon .. foo0)
2002-08-01 09:43:16 +00:00
jdolecek ec977bae0f make sure at least one host is selected before changing /etc/hosts
Fixes bin/15713 by Tracy Di Marco White.
2002-07-26 07:29:06 +00:00
martin adbd854114 Sync with /etc/defaults/rc.conf: remove isdn_autoupdown and isdn_interfaces. 2002-04-11 13:20:22 +00:00
garbled ed4b98d40c This file had gotten out of date with /etc/defaults/rc.conf and caused sushi
to be very unhappy with life.  Audited this file again, which should
bring it back in line, and fix the problem noted by Bill Studenmund.
Thanks for taking the time to find the bug Bill.
2002-04-02 03:00:05 +00:00
lukem 5ee7ac8886 Replace $critical_filesystems_beforenet with $critical_filesystems_local .
Replace  $critical_filesystems            with  $critical_filesystems_remote .

The new names are now consistent with the type argument that
mount_critical_filesystems() is called with, and allows for other types to
be easily supported by that function.

For backwards compatibility purposes, if the now obsolete variable is defined
(even empty), it takes precedence over the new form, and you will be warned.
If you want to stop the warnings, update your rc.conf(5) settings!
2002-03-27 08:53:39 +00:00
garbled 43249cb446 Catch this file up to the ipfs edit made to rc.conf on feb 11th by Martii. 2002-02-21 20:00:13 +00:00
garbled f1536147ff Oops.. missed a bug. 2002-02-08 09:10:05 +00:00
garbled f83456b035 Be more careful about a usermgmt.conf file that doesn't exist. Problem
noticed by Thomas Klausner.
2002-02-08 08:48:21 +00:00
garbled ada5327a7a Apply fix from PR's 14442 and 14441 from Robert Elz to make the install
from source work.  Thanks Robert.
2002-02-07 16:12:31 +00:00
tv 8e6f7afb5b MKfoo=no -> NOfoo 2001-12-12 01:48:43 +00:00
atatat 89e0f1a4c6 Add 'check_pkgs' option. 2001-11-04 02:22:13 +00:00
augustss c2c3727493 Add moused configuration. 2001-10-30 08:44:57 +00:00
wiz 1e378c4c12 precede, not preceed. 2001-08-20 12:00:46 +00:00
kei 5f59dcf516 typo. 2001-08-06 06:24:52 +00:00
garbled ea5b17a729 Add help data for sshd.conf 2001-08-02 05:42:32 +00:00
garbled 7221a04eea Add the capabilty to sushi to edit the /etc/sshd.conf file. The defaults
are taken from the manpage.
2001-08-02 05:41:18 +00:00
garbled 7b1d53fb84 Clean up the output a bit, and break the inet and inet6 commands into two
separate commands on the now and both settings.  Otherwise ifconfig thinks
you are setting up a point2point link.
2001-08-01 09:10:57 +00:00
garbled 832c182f1b Add logic to automatically restart inetd after processing changes. 2001-08-01 08:11:33 +00:00
garbled 0e3bab31f8 Modify sushi to use the -l option to ypinit. Now sushi can actually set
up YP for the user.
2001-08-01 08:04:26 +00:00
garbled 6aceac6af3 bring this up to date w/ v 1.19 of rc.conf 2001-08-01 04:06:06 +00:00
garbled 9192572bc7 Oops.. forgot some of my own syntax. how silly. 2001-08-01 01:33:32 +00:00
garbled a0bf5e0512 sync this with the latest security.conf v1.6 2001-08-01 01:31:23 +00:00
garbled 45e0b1feb1 Forgot to include nwid.sed in the makefile for installation 2001-07-14 06:51:27 +00:00
garbled d8cc4a66d8 Allways quote the nwid when passing to ifconfig or building the ifconfig.xx0
script
2001-07-12 19:11:43 +00:00
garbled 9a91eaf49a Modify the handling of the nwid string. 2 problems:
1)  Noted by Brett Lymn, the nwkey string, when run as non-root, reads *****,
which causes the shell to go wonky and read in lists of files.

2) The sed pattern was all wrong.  It couldn't handle quoted network
ID's, and would grab the rest of the line.  Add a sed script to handle this.
2001-07-12 19:08:05 +00:00
wiz 0a600be867 receive, not recieve 2001-06-12 15:17:10 +00:00
garbled 337e8af6f6 Add a new sushi menu, system/localtime. This menu will allow the user to
set his /etc/localtime file.  It's functionally similar to the option in
sysinst.
2001-04-29 04:53:05 +00:00
garbled 90913cfc01 Add the sysctl form to the system menu. This will allow users to both set
sysctl's interactively, and save them in /etc/sysctl.conf.
2001-04-26 02:44:46 +00:00
garbled 221495cc86 Add the entire "processes" menu. This will allow
starting/stopping/showing/restarting of things in /etc/rc.d.  Also add a
few quick top(1)-like utilties just to round the menu off.
2001-04-26 02:26:16 +00:00
garbled 698e76a512 Fix a bunch of makefiles that prove that I cannot count the right number of
..'s
2001-04-25 18:32:01 +00:00
tron 1b0bc07d26 Add placeholder for missing "Makefile.inc". 2001-04-25 10:31:30 +00:00
garbled 021ccd864a Oops.. fix the makefile to decend down the networking tree. 2001-04-25 04:05:04 +00:00
garbled 9b603a2514 Whew. Add an entire networking configuration tree for sushi. This gives
sushi the ability to do the following tasks:
Edit /etc/exports
Edit /etc/hosts
Change the hostname
Modify NIC configuration
Change the default route
Setup YP/NIS.
2001-04-25 03:43:25 +00:00
garbled 85b2082906 Actually define $BIGLIST, and fix the logic a bit. 2001-04-23 09:07:49 +00:00
garbled 1fcdfcdec3 Forgot to add the help file to this makefile. This should fix make
release.
2001-03-11 06:36:38 +00:00
garbled e715d1e110 Document addition of new IPV6 and IPV4 field types. 2001-03-07 10:16:16 +00:00
garbled 36d2c103c1 Add util to the index and top Makefile, and while I'm here, fix an
oversight WRT the new system config menus added earlier today.
2001-03-07 07:05:08 +00:00
garbled f283024f81 Add scripting and logging toggles to sushi under a new directory hierarchy. 2001-03-07 07:02:20 +00:00
garbled e4e43b585b Remove these files and directories. They will be replaced. 2001-03-07 06:58:25 +00:00
garbled db020d150d Add the menu entries into the parent menu. Also, add a help file
explaining what each of the functions perform.
2001-03-06 21:48:08 +00:00
garbled 0f105abbea Add menu to sushi to edit /etc/weekly.conf file. 2001-03-06 21:28:53 +00:00
garbled 4d827fcbd3 Add new menu to sushi to deal with editing the /etc/usermgmt.conf file. 2001-03-06 21:26:27 +00:00
garbled 2544d3c650 Add a menu entry to sushi to deal with editing the /etc/security.conf file. 2001-03-06 21:24:12 +00:00
garbled a3e0c8a6d8 Add scripts to edit your /etc/mailer.conf file. Currently it can also deal
with the exim/sendmail88 and postfix-current packages.
2001-03-06 21:21:06 +00:00
garbled ec637bec44 Add entry to sushi for managing your /etc/inetd.conf file 2001-03-06 21:18:42 +00:00
garbled ec910948f9 Add a menu entry to sushi to handle editing of the /etc/daily.conf file. 2001-03-06 21:15:40 +00:00
garbled af7ff1a38b Update this with the changes made to integer and add a description for
iscript.
2001-01-31 09:39:52 +00:00
garbled 6b6822cd1b Oops.. Forgot these files.. These do the pre-processing to allow the
user to select any package category he/she would like
2001-01-24 09:35:57 +00:00