Last change
on this file since 2333 was
2316,
checked in by broder, 16 years ago
|
Invirtify openafs to include the pts -encrypt patch.
|
-
Property svn:executable set to
*
|
File size:
451 bytes
|
Line | |
---|
1 | #!/bin/sh |
---|
2 | set -e |
---|
3 | |
---|
4 | name=openafs |
---|
5 | ivversionappend=+invirt1 |
---|
6 | |
---|
7 | dir=$(cd "$(dirname "$0")"; pwd) |
---|
8 | |
---|
9 | hack_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. |
---|
15 | EOF |
---|
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.