| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
usable. Also fix the package extraction code.
|
| |
|
|
|
|
| |
Also, update the man pages - they were very old and out of date.
|
|
|
|
|
| |
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.
|
|
|
|
| |
Make the apache setup try to load the package first..
|
|
|
|
|
|
|
|
| |
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!
|
| |
|
|
|
|
| |
as well as the confirmation dialogs.
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
Allow instrumentation for adding packages from scripts.
|
|
|
|
|
| |
Fix the ppp startup code.
Make the disklabel and fdisk screens "automatable"
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
| |
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)..
|
| |
|
| |
|
|
|
|
| |
the upgrade.
|
| |
|
|
|
|
|
| |
Many interfaces were also simplified or generally cleaned up in an
attempt to curb this problem.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Submitted by: Coranth Gryphon <gryphon@healer.com> & Wolfram Schneider <wosch@cs.tu-berlin.de>
|
|
|
|
|
|
|
| |
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!
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
awhile wwhile they work on my phone lines.
|
| |
|
|
|
|
| |
and INDEX file.
|
| |
|
| |
|
|
|
|
| |
of those functions.
|
|
|
|
| |
slave mode.
|
| |
|
|
|
|
| |
the options editor a little less pathological.
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
Declare missing fd.
Fix options bug where old text was still weird shades of blue when you came back.
|
| |
|
| |
|
|
|
|
| |
form yet, but close.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
Submitted by: mrami@minerva.cis.yale.edu
|
|
|
|
|
|
| |
long-standing bogons, try to make things more fault tolerant
in general, bring in the first version of my new package installation
menu.
|