Date: Wednesday, April 8, 2015 @ 19:56:48
  Author: bisson
Revision: 235747

implement FS#44494

Added:
  openssh/trunk/sshd.conf
Modified:
  openssh/trunk/PKGBUILD

-----------+
 PKGBUILD  |    3 +++
 sshd.conf |    1 +
 2 files changed, 4 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2015-04-08 17:04:43 UTC (rev 235746)
+++ PKGBUILD    2015-04-08 17:56:48 UTC (rev 235747)
@@ -21,6 +21,7 @@
         'sshd@.service'
         'sshd.service'
         'sshd.socket'
+        'sshd.conf'
         'sshd.pam')
 sha1sums=('cdbc51e46a902b30d263b05fdc71340920e91c92' 'SKIP'
           '1b6b11efe9b20b9d1e51a59ac4b16eefb1dc84b8'
@@ -28,6 +29,7 @@
           '6a0ff3305692cf83aca96e10f3bb51e1c26fccda'
           'ec49c6beba923e201505f5669cea48cad29014db'
           'e12fa910b26a5634e5a6ac39ce1399a132cf6796'
+          'c9b2e4ce259cd62ddb00364d3ee6f00a8bf2d05f'
           'd93dca5ebda4610ff7647187f8928a3de28703f3')
 
 backup=('etc/ssh/ssh_config' 'etc/ssh/sshd_config' 'etc/pam.d/sshd')
@@ -82,6 +84,7 @@
        install -Dm644 ../sshd@.service 
"${pkgdir}"/usr/lib/systemd/system/sshd@.service
        install -Dm644 ../sshd.service 
"${pkgdir}"/usr/lib/systemd/system/sshd.service
        install -Dm644 ../sshd.socket 
"${pkgdir}"/usr/lib/systemd/system/sshd.socket
+       install -Dm644 ../sshd.conf "${pkgdir}"/usr/lib/tmpfiles.d/sshd.conf
        install -Dm644 ../sshd.pam "${pkgdir}"/etc/pam.d/sshd
 
        install -Dm755 contrib/findssl.sh "${pkgdir}"/usr/bin/findssl.sh

Added: sshd.conf
===================================================================
--- sshd.conf                           (rev 0)
+++ sshd.conf   2015-04-08 17:56:48 UTC (rev 235747)
@@ -0,0 +1 @@
+d /var/empty 0755 root root

Reply via email to