- Change from colon to space separation to avoid URL parsing issues - Update sources.conf format: TYPE NAME URL VERSION BUILD_FUNCTION [EXTRA] - Implement awk-based parsing for reliable field extraction - Fix firmware package list (remove unavailable linux-firmware-marvell)
22 lines
512 B
Plaintext
22 lines
512 B
Plaintext
# Configuration for remembering the last passwords used by a user.
|
|
#
|
|
# Enable the debugging logs.
|
|
# Enabled if option is present.
|
|
# debug
|
|
#
|
|
# root account's passwords are also remembered.
|
|
# Enabled if option is present.
|
|
# enforce_for_root
|
|
#
|
|
# Number of passwords to remember.
|
|
# The default is 10.
|
|
# remember = 10
|
|
#
|
|
# Number of times to prompt for the password.
|
|
# The default is 1.
|
|
# retry = 1
|
|
#
|
|
# The file where the last passwords are kept.
|
|
# The default is /etc/security/opasswd.
|
|
# file = /etc/security/opasswd
|