Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  boot
  cf
  conf.default
  etc
  root
  sbin
  tmp
  usr
.gitattributes 925 Bytes
.gitignore 49 Bytes
license.txt 2.49 KB

Latest revisions

# Date Author Comment
cd94a9a8 03/23/2015 01:18 PM Renato Botelho

Add missing encoding, as suggested by yakar

e2173e06 03/23/2015 11:15 AM Renato Botelho

Merge pull request #1576 from phil-davis/patch-1

8fa074af 03/21/2015 12:23 PM Phil Davis

Handle release number in installer

This code just looked wrong. It was considering 10.1-RELEASE-p6 to be release number "1" and comparing it to "9".
These changes to do what it seems to intend. This will make that UFS+J stuff appear, if that is of any consequence.

90e5c03a 03/20/2015 07:03 PM Renato Botelho

Merge pull request #1486 from jlduran/patch-1

d325e908 03/19/2015 04:55 AM Chris Buechler

Add option for wireless standard "auto", to omit "mode" entirely from ifconfig. This shouldn't be necessary, but specifying mode has proven to trigger driver problems that don't exist if it's left unspecified (such as FreeBSD PR 198680). Chosing "auto" fixes ath(4) BSS mode issues otherwise preventing it from connecting.

eb94d976 03/18/2015 07:04 PM Jared Dillard

change the location of jquery-ui images in each theme's css file

106f3451 03/18/2015 05:47 PM Jose Luis Duran

Use `none` instead of a whitespace in sshd_config

Use the `none` keyword instead of a whitespace to disable the FreeBSD version in sshd_config.

86e41adf 03/18/2015 01:58 PM Renato Botelho

Merge pull request #1571 from phil-davis/patch-2

2d78048e 03/18/2015 01:57 PM Renato Botelho

Merge pull request #1569 from phil-davis/patch-1

926e0a2f 03/18/2015 12:03 PM Phil Davis

Cleanup code path when adding a new user

1) Only attempt to delete the oldusername if it actually was non-empty - at the moment errors are logged in the system log when adding a new user, because the code was trying to delete the user name "".
2) Call local_user_set() first to create (change, whatever) the user record. This makes the user record exist for a new user. Then call local_user_set_groups() to sort out what groups the user should be in or not in. The existing code would fail to add a new user to the specified group/s because local_user_set_groups() was called too early, before the user actually existed....

View all revisions | View revisions

Also available in: Atom