From 867bb09937d94b0c5d8fb5cb668f9b48c32beb17 Mon Sep 17 00:00:00 2001 From: yar Date: Fri, 15 Jun 2007 11:22:10 +0000 Subject: 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. --- etc/pam.d/Makefile | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/etc/pam.d/Makefile b/etc/pam.d/Makefile index 1933788..d1ab9f4 100644 --- a/etc/pam.d/Makefile +++ b/etc/pam.d/Makefile @@ -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 -- cgit v1.1