mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
Split the FILES list across multiple lines as in rc.d/Makefile
so that the change history stays easily readable as the number of PAM-aware services grows.
This commit is contained in:
parent
858d347f2f
commit
2422857757
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=170770
@ -1,8 +1,20 @@
|
||||
# $FreeBSD$
|
||||
|
||||
NO_OBJ=
|
||||
FILES= README ftpd gdm imap kde login other passwd pop3 \
|
||||
rsh sshd su system telnetd xdm
|
||||
|
||||
FILES= README \
|
||||
ftpd \
|
||||
gdm \
|
||||
imap \
|
||||
kde \
|
||||
login \
|
||||
other \
|
||||
passwd pop3 \
|
||||
rsh \
|
||||
sshd su system \
|
||||
telnetd \
|
||||
xdm
|
||||
|
||||
FILESDIR= /etc/pam.d
|
||||
FILESMODE= 644
|
||||
FILESMODE_README= 444
|
||||
|
Loading…
Reference in New Issue
Block a user