diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/gettytab | 3 | ||||
-rw-r--r-- | etc/mtree/BSD.tests.dist | 2 | ||||
-rw-r--r-- | etc/pam.d/passwd | 2 | ||||
-rw-r--r-- | etc/pam.d/system | 2 | ||||
-rw-r--r-- | etc/pkg/FreeBSD.conf | 2 |
5 files changed, 8 insertions, 3 deletions
diff --git a/etc/gettytab b/etc/gettytab index 8b9463e..649241c 100644 --- a/etc/gettytab +++ b/etc/gettytab @@ -166,6 +166,9 @@ X|Xwindow|X window system:\ P|Pc|Pc console:\ :ht:np:sp#9600: +al.Pc:\ + :ht:np:sp#9600:al=root: + # # Weirdo special case for fast crt's with hardcopy devices # diff --git a/etc/mtree/BSD.tests.dist b/etc/mtree/BSD.tests.dist index bb48ef8..c2a33e7 100644 --- a/etc/mtree/BSD.tests.dist +++ b/etc/mtree/BSD.tests.dist @@ -252,6 +252,8 @@ .. netinet .. + opencrypto + .. pjdfstest chflags .. diff --git a/etc/pam.d/passwd b/etc/pam.d/passwd index e655083..fb768cf 100644 --- a/etc/pam.d/passwd +++ b/etc/pam.d/passwd @@ -8,4 +8,4 @@ # password #password requisite pam_passwdqc.so enforce=users -password required pam_unix.so no_warn try_first_pass nullok +password required pam_unix.so no_warn try_first_pass diff --git a/etc/pam.d/system b/etc/pam.d/system index b8b7101..faf006b 100644 --- a/etc/pam.d/system +++ b/etc/pam.d/system @@ -9,7 +9,7 @@ auth sufficient pam_opie.so no_warn no_fake_prompts auth requisite pam_opieaccess.so no_warn allow_local #auth sufficient pam_krb5.so no_warn try_first_pass #auth sufficient pam_ssh.so no_warn try_first_pass -auth required pam_unix.so no_warn try_first_pass nullok +auth required pam_unix.so no_warn try_first_pass # account #account required pam_krb5.so diff --git a/etc/pkg/FreeBSD.conf b/etc/pkg/FreeBSD.conf index e4eec8f..68e1d32 100644 --- a/etc/pkg/FreeBSD.conf +++ b/etc/pkg/FreeBSD.conf @@ -8,7 +8,7 @@ # FreeBSD: { - url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest", + url: "pkg+http://pkg.FreeBSD.org/${ABI}/quarterly", mirror_type: "srv", signature_type: "fingerprints", fingerprints: "/usr/share/keys/pkg", |