Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/postinstall add missing pam items (cron, racoon)
details: https://anonhg.NetBSD.org/src/rev/5b6e3bc30c1e
branches: trunk
changeset: 354447:5b6e3bc30c1e
user: christos <christos%NetBSD.org@localhost>
date: Fri Jun 16 22:58:38 2017 +0000
description:
add missing pam items (cron, racoon)
diffstat:
usr.sbin/postinstall/postinstall | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r 767612dd9f0b -r 5b6e3bc30c1e usr.sbin/postinstall/postinstall
--- a/usr.sbin/postinstall/postinstall Fri Jun 16 22:51:34 2017 +0000
+++ b/usr.sbin/postinstall/postinstall Fri Jun 16 22:58:38 2017 +0000
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: postinstall,v 1.214 2017/04/17 18:41:48 martin Exp $
+# $NetBSD: postinstall,v 1.215 2017/06/16 22:58:38 christos Exp $
#
# Copyright (c) 2002-2015 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -1262,8 +1262,9 @@
populate_dir "${op}" true "${SRC_DIR}/etc/pam.d" \
"${DEST_DIR}/etc/pam.d" 644 \
- README display_manager ftpd gdm imap kde login other passwd \
- pop3 ppp rexecd rsh sshd su system telnetd xdm xserver
+ README cron display_manager ftpd gdm imap kde login other \
+ passwd pop3 ppp racoon rexecd rsh sshd su system telnetd \
+ xdm xserver
failed=$(( ${failed} + $? ))
Home |
Main Index |
Thread Index |
Old Index