| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Clean up some other unnecessary code.
Submitted by: Dinakar Medavaram dinnu sun at gmail
Reviewed by: neel
|
|
|
|
|
|
|
|
|
| |
identify the client to the server. As such, NFSv4 mounts
will break if host_enable="NO" is specified.
This is a content change.
Suggested by: lars@netapp.com
MFC after: 3 days
|
|
|
|
| |
Submitted by: dt71@gmx.com
|
|
|
|
| |
Submitted by: dt71@gmx.com
|
| |
|
|
|
|
|
|
| |
- Reconnect with some minor modifications, in particular now selsocket()
internals are adapted to use sbintime units after recent'ish calloutng
switch.
|
| |
|
|
|
|
|
|
|
| |
during Linux boot.
Submitted by: tycho nightingale at pluribusnetworks com
Reviewed by: neel
|
|
|
|
|
|
|
| |
kernel does this. Also remove an unused header file.
Submitted by: tycho nightingale at pluribusnetworks com
Reviewed by: neel
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
He is no longer involved with the FreeBSD project.
While here: remove "no known bugs" and related. This isn't present in other manual pages.
PR: docs/179914
|
|
|
|
| |
MFC after: 10 days
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to use DES and the associated old style GSS initialization token.
This appears to be required for some non-FreeBSD servers to
get a kerberized NFS mount to work. Also, ignore some signals when daemonized,
which might fix the gssd from "disappearing" without leaving a core dump.
Given the tight timeframe for the FreeBSD9.2 release, I have
committed this while waiting for code review. I will commit
changes recommended by the review in a separate commit.
Reviewed by: dfr (pending)
MFC after: 10 days
|
|
|
|
|
| |
because long URLs do not induce extra height despite wrapping by dialog(1).
NOTE: For even longer lines, the cursor up/down keys work to scroll through
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add support for installation directly via HTTP.
While we're here, remove the menu-item for Passive FTP (since moving to
ftp(1) and switching FTPMODE to `auto' by default -- see r251613 -- the
single remaining FTP menu-item works for both ftp.f.o and ftp-archive.f.o;
previously each requiring separately active versus passive both work with
the `auto' setting). In scripting you still have mediaSetFTPActive and
mediaSetFTPPassive but the remaining FTP menu-item uses mediaSetFTP which
defaults to `auto' (aforementioned SVN r251613).
|
| |
|
|
|
|
| |
each case of unique URL format.
|
|
|
|
| |
in-order to pre-populate the editor.
|
|
|
|
|
| |
ftp://ftp.freebsd.org or ftp://ftp.freebsd.org/). Now both full-path and
non-full resolution is working regardless of trailing-slash.
|
|
|
|
|
|
| |
exists on the FTP server. This now means that when you specify a full-path
to the repository on the FTP server that it doesn't matter whether you have
a trailing `/' or not.
|
|
|
|
|
| |
within braces, allowing all manner of parameter expansions (properly quoted
or escaped, of course).
|
|
|
|
|
| |
/usr/libexec/bsdconfig/110.mouse/mouse: 134:
Syntax error: ";;" unexpected (expecting "fi")
|
|
|
|
|
| |
/usr/libexec/bsdconfig/080.console/console: 136:
Syntax error: ";;" unexpected (expecting "fi")
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
URLs with port designator from working properly (e.g. http://[::1]:80/).
|
|
|
|
|
|
|
|
| |
while-loop _and_ all prior matches in the same case-statement either break
or continue, we can safely break the fall-back out of the case-statement.
This should improve readability and allow for longer-lines by reducing the
level of indentation by-one for the fall-back case.
(a continuation of SVN r252019)
|
|
|
|
|
|
|
| |
while-loop _and_ all prior matches in the same case-statement either break
or continue, we can safely break the fall-back out of the case-statement.
This should improve readability and allow for longer-lines by reducing the
level of indentation by-one for the fall-back case.
|
| |
|
|
|
|
| |
if a menu addition is made in one plce but forgotten in another).
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
an early return, allowing a huge chunk of code to be indented one-level less
|
|
|
|
| |
SVN r251977 (adding an $hline parameter).
|
|
|
|
| |
pre-dates bsdconfig. Update the code to take advantage of f_dialog_msgbox().
|
|
|
|
|
|
|
|
|
|
|
| |
accomodate an $hline value for overriding the default. This change does
not effect any current modules as it turns out that not one single usage of
either f_dialog_yesno() or f_dialog_noyes() relied on accepting more than a
first argument (read: all occurrences quoted the first parameter; so $* was
never depended upon).
This will allow some custom invocations of --yesno and --noyes to roll over
to these functions (for example, in `timezone/timezone').
|
|
|
|
| |
more logical if-else statements for each menu selection.
|
|
|
|
|
| |
/usr/libexec/bsdconfig/140.startup/startup: 130:
Syntax error: ";;" unexpected (expecting "fi")
|
| |
|
|
|
|
| |
checking/reporting. (similar to SVN revisions 251919 and 251928)
|
| |
|