diff options
author | joey <joey> | 2003-08-23 18:54:51 +0000 |
---|---|---|
committer | joey <joey> | 2003-08-23 18:54:51 +0000 |
commit | 76d0c00e346cd63d74f7da99a175a1c6710c2c89 (patch) | |
tree | d5649987abdece72668d376cfa2888d6f11ff54d /dh_installppp | |
parent | 917726187d01b79c7aa454a953f2e483a5171061 (diff) | |
download | debhelper-76d0c00e346cd63d74f7da99a175a1c6710c2c89.tar.gz |
r1598: * dh_installppp: correct filenames on man page. Closes: #206893version_4.1.69
* dh_installinit: man page typo fix and enhancement. Closes: #206891
Diffstat (limited to 'dh_installppp')
-rwxr-xr-x | dh_installppp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dh_installppp b/dh_installppp index 06cb1930..950470f3 100755 --- a/dh_installppp +++ b/dh_installppp @@ -2,7 +2,7 @@ =head1 NAME -dh_installppp - install ppp if-up and if-down files +dh_installppp - install ppp ip-up and ip-down files =cut @@ -16,7 +16,7 @@ B<dh_installppp> [S<I<debhelper options>>] [B<--name=>I<name>] =head1 DESCRIPTION dh_installppp is a debhelper program that is responsible for installing -ppp if-up and if-down scripts. into package build directories. +ppp ip-up and ip-down scripts. into package build directories. If a file named debian/package.ppp.ip-up exists, then it is installed into etc/ppp/ip-up.d/package in the package build directory. |