Changeset 2787 for package_branches/invirt-base/hvirt/debian/rules
- Timestamp:
- Dec 24, 2009, 8:15:59 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.