Changeset 2787 for package_branches
- Timestamp:
- Dec 24, 2009, 8:15:59 PM (15 years ago)
- Location:
- package_branches/invirt-base/hvirt/debian
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
package_branches/invirt-base/hvirt/debian/changelog
r2778 r2787 2 2 3 3 * Added debathena SSH and KRB5 config 4 5 -- Greg Brockman <gdb@mit.edu> Thu, 24 Dec 2009 16:30:55 -0500 4 * Added init script to regen kerberos config 5 6 -- Greg Brockman <gdb@mit.edu> Thu, 24 Dec 2009 20:13:20 -0500 6 7 7 8 invirt-base (0.0.28) unstable; urgency=low -
package_branches/invirt-base/hvirt/debian/rules
r2776 r2787 8 8 DEB_TRANSFORM_FILES_invirt-base += \ 9 9 /etc/krb5.conf.invirt 10 DEB_DIVERT_FILES_debathena-ssh-server-config += \ 11 /etc/ssh/sshd_config.invirt 10 12 11 13 include /usr/share/cdbs/1/rules/debhelper.mk … … 16 18 mv $(DEB_DESTDIR)usr/bin/invirt-reload $(DEB_DESTDIR)usr/sbin/invirt-reload 17 19 20 common-build-indep:: debian/sshd_config.invirt 21 18 22 # Stolen from Debathena 19 23 debian/sshd_config.invirt-orig: /var/lib/dpkg/info/openssh-server.postinst … … 23 27 debian/sshd_config.invirt: debian/sshd_config.invirt-orig 24 28 perl -0pe '# Debathena rules (from debathena-ssh-server-config) \ 25 s/^#?GSSAPIAuthentication .*$ /GSSAPIAuthentication yes\nGSSAPIKeyExchange yes\nGSSAPIStrictAcceptorCheck no/m or die;\26 s/^#?GSSAPICleanupCredentials .*$ /GSSAPICleanupCredentials yes/m or die;\27 s/^#?ChallengeResponseAuthentication .*$ /ChallengeResponseAuthentication yes/m or die;\29 s/^#?GSSAPIAuthentication .*$$/GSSAPIAuthentication yes\nGSSAPIKeyExchange yes\nGSSAPIStrictAcceptorCheck no/m and \ 30 s/^#?GSSAPICleanupCredentials .*$$/GSSAPICleanupCredentials yes/m and \ 31 s/^#?ChallengeResponseAuthentication .*$$/ChallengeResponseAuthentication yes/m and \ 28 32 ## In Debathena, privilege separation is configurable. \ 29 s/^#?UsePrivilegeSeparation .*$ /UsePrivilegeSeparation yes/m or die;\30 s/^#?PasswordAuthentication .*$ /PasswordAuthentication no/m or die;' $< > $@33 s/^#?UsePrivilegeSeparation .*$$/UsePrivilegeSeparation yes/m and \ 34 s/^#?PasswordAuthentication .*$$/PasswordAuthentication no/m or die;' $< > $@ 31 35 32 36 clean::
Note: See TracChangeset
for help on using the changeset viewer.