source: trunk/third/openafs/invirtify-openafs @ 2316

Last change on this file since 2316 was 2316, checked in by broder, 15 years ago

Invirtify openafs to include the pts -encrypt patch.

  • Property svn:executable set to *
File size: 451 bytes
Line 
1#!/bin/sh
2set -e
3
4name=openafs
5ivversionappend=+invirt1
6
7dir=$(cd "$(dirname "$0")"; pwd)
8
9hack_package () {
10    QUILT_PATCHES=debian/patches quilt import "$dir/secure-pts"
11    append_description <<EOF
12 .
13 This package was rebuilt for the Invirt project to allow
14 encrypting communication with the ptserver.
15EOF
16    add_changelog 'Allow encrypting requests to the ptserver.'
17    add_invirt_provides
18    munge_sections
19}
20
21. ../common/invirtificator.sh
Note: See TracBrowser for help on using the repository browser.