summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* Reset LC_TIME only and add missing exportache1995-10-232-2/+2
|
* Reshuffle the network config code a little so that it's actuallyjkh1995-10-232-9/+11
| | | | usable. Also fix the package extraction code.
* merge beta26 import conflictspeter1995-10-231-1/+11
|
* Fold in conflict related changes after beta26 merge.peter1995-10-2314-259/+248
| | | | Also, update the man pages - they were very old and out of date.
* Don't pre-processor define 'ident'. This has subtle consequences for peopledg1995-10-231-1/+1
| | | | | who don't carefully consider their choice for the machine name. The same functionality can still be had with an "option", so nothing is lost.
* Don't use tar to add packages, use cpio in tar mode. Works better.jkh1995-10-221-25/+15
| | | | Make the apache setup try to load the package first..
* 1. Add Coranth Gryphon's Apache WWW server setup screen.jkh1995-10-221-8/+17
| | | | | | | | 2. Fix an infinite recursion bug in FTP retry. Tricky, this FTP install! 3. Add messaging routines for scripts. 4. Fix yet more bogons. I think I'm fixing them faster than they're growing, but it's hard to say. I'm really glad we're throwing this code away for 2.2!
* Fix various bogosities.phk1995-10-221-16/+16
|
* Second round of screen update changes. Now handle the yes/no dialogsjkh1995-10-222-1/+6
| | | | as well as the confirmation dialogs.
* Style changes. Clear the screen before a lot of error dialogs so that theyjkh1995-10-224-30/+75
| | | | | | don't bogusly restore the screen to the message that was the cause of the abort. That resulted in lots of weird flickering dialog boxes that appeared to be displayed out of sequence.
* Clean up some of the english here..jkh1995-10-221-10/+10
|
* Fix a bug in dist extraction when a dist was missing.jkh1995-10-221-1/+10
| | | | Allow instrumentation for adding packages from scripts.
* Style police throughout.jkh1995-10-224-24/+24
| | | | | Fix the ppp startup code. Make the disklabel and fdisk screens "automatable"
* Error message reform. Make an unnecessarily fatal error a warning.jkh1995-10-211-2/+2
|
* Fix a couple of things I broke while fixing them.jkh1995-10-211-29/+32
|
* 1. Of course, the day after you roll the snapshots is the day you realizejkh1995-10-212-41/+10
| | | | | | | | | | that the FTP install doesn't deal with timeouts and hasn't since it was written. Fixed. 2. Totally eliminate the OptionFlags. I only had to work harder to sync them with configuration variables, so why not simply always use configuration variables? This has actually greatly simplified areas of the code.
* Change the pkg_info check back - it was correct before!jkh1995-10-201-2/+2
|
* Oops. Change LC_CTYPE to LC_TIME...ache1995-10-202-2/+2
|
* Slip some fixes under the wire. Mostly cosmetic cleanup andjkh1995-10-202-84/+48
| | | | | an attempt to make the package installer a little more robust (it's still a little shakey, but will improve between now and the release)..
* Sync for Westhill build.jkh1995-10-203-9/+11
|
* Fix fix.jkh1995-10-201-5/+4
|
* More bug fixing, make debug settable two ways, put more meat intojkh1995-10-202-10/+26
| | | | the upgrade.
* Finally split this off from system.c, as intended.jkh1995-10-201-0/+88
|
* Too many bugs fixed to mention. This code just seems to BREED them.jkh1995-10-202-23/+30
| | | | | Many interfaces were also simplified or generally cleaned up in an attempt to curb this problem.
* Sync.jkh1995-10-192-14/+39
|
* Drat! Forgot the adds..jkh1995-10-191-0/+353
|
* Sync with today's sources:jkh1995-10-192-7/+7
| | | | | | | | o Implement the 2.0.5->2.1 upgrade procedure (gah). o Bring in Coranth's support for configuration of anon ftp and Samba plus some changes of my own. o More attempts to actually write the documentation in english. o Update docs to contain more 2.1-centric information.
* Various fixes to make this work better when called from other tools.jkh1995-10-191-2/+14
| | | | Submitted by: Coranth Gryphon <gryphon@healer.com> & Wolfram Schneider <wosch@cs.tu-berlin.de>
* Some rethinks on the way the attribute interface worked (now thatjkh1995-10-181-4/+2
| | | | | | | I'm really, truly using it). Allow distribution fetch to get .info files from the root.flp OR the distribution in question, allowing us to add flexibility to the scheme. At some point, perhaps soon, the cached copy should probably go away entirely!
* Almost snapshot time..jkh1995-10-182-24/+30
| | | | | | | | Merge today's work. Now support an attributes file loaded at startup (true front-loaded install). Add fuller debugging support to all device I/O routines. Lots-o-bug fixes.
* Sync with me in prep for snapshot.jkh1995-10-171-10/+10
|
* Sync to my current development srcs. I'm about to go off the air here forjkh1995-10-161-3/+3
| | | | awhile wwhile they work on my phone lines.
* Fix many more bogons, add some stuff to make the docs folk happy.jkh1995-10-163-47/+33
|
* Switch to fds from FILE *'s. Fix a problem with FTP media devicejkh1995-10-161-24/+29
| | | | and INDEX file.
* Sync up to today's development snapshot for the other folks working on this.jkh1995-10-161-8/+16
|
* Fix the selection routine.jkh1995-10-151-12/+16
|
* Sync. Split into more rational package support functions and clientsjkh1995-10-152-147/+238
| | | | of those functions.
* Substantially simplify the package install code by running pkg_add injkh1995-10-151-75/+150
| | | | slave mode.
* Sync up to today's cleanup work.jkh1995-10-141-34/+84
|
* Sync with my development sources, smashing an annoying bug and makingjkh1995-10-141-2/+1
| | | | the options editor a little less pathological.
* Add a command-line option `-I' to disable logging from UDP.wollman1995-10-122-14/+38
| | | | | | | Document `-d' and `-I'. Add a BUGS section noting that logging from UDP is an unauthenticated remote disk-filling service, and probably should be disabled by default in the absence of some sort of authentication.
* Record PID in /var/run/inetd.pid and document same.wollman1995-10-123-4/+34
|
* Fix a couple of doc or appearance nits.jkh1995-10-111-1/+1
| | | | | | Remove the ATAPI kernel hack. Remove the now-unnecessary work-around for booting root off a slice; it appears to work just fine now and will confuse a lot fewer folks.
* Tweak a message to be a bit more clear.jkh1995-10-111-2/+4
| | | | | Declare missing fd. Fix options bug where old text was still weird shades of blue when you came back.
* Minor tweaks to get ethernet working too.phk1995-10-101-3/+6
|
* Correct the "default rate" - it's 256/minute not 1000/minute.dg1995-10-091-2/+2
|
* Syncronize with my current sources. pkg installer not quite in finaljkh1995-10-091-2/+2
| | | | form yet, but close.
* 1. Add a settable redial timer and logging of the process id in a file.amurai1995-10-087-63/+248
| | | | | | | | | | | | | | | A settable redial timer helps to avoid the problem where both ends of a link want to dial at the same time and the line winds up busy for both ends. The process id is logged in /var/run/PPP.system where system is the name of the called system. When both ends of a link are running in demand dial mode, you need an easy way to get the pid of the ppp on the called end so it can be killed and re-started with -direct or pppd started to handle the incoming ppp session. 2. Add secret description for "set timeout" to man. Reviewed by: Atsushi Murai <amurai@spec.co.jp> Submitted by: John Capo <jc@irbs.com>
* Make it clear that the printed times are measured in hours.joerg1995-10-071-2/+2
| | | | Submitted by: mrami@minerva.cis.yale.edu
* Whole mass of changes from first code review. Eliminate somejkh1995-10-072-3/+573
| | | | | | long-standing bogons, try to make things more fault tolerant in general, bring in the first version of my new package installation menu.
OpenPOWER on IntegriCloud