X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=dh_installppp;h=60c5cccdc2af3a63c4f33e094af6acd5bac3229d;hb=4fb1f3b2d64a2faa9d961205b1c32f83028172c8;hp=06cb1930e0a0845fc059cac448227158e2aa51ef;hpb=917726187d01b79c7aa454a953f2e483a5171061;p=debhelper.git diff --git a/dh_installppp b/dh_installppp index 06cb193..60c5ccc 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,12 +16,21 @@ B [S>] [B<--name=>I] =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. -Files named debian/package.ppp.ip-down are installed to -etc/ppp/ip-down.d/package +=head1 FILES + +=over 4 + +=item debian/I.ppp.ip-up + +Installed into etc/ppp/ip-up.d/I in the package build directory. + +=item debian/I.ppp.ip-down + +Installed into etc/ppp/ip-down.d/I in the package build directory. + +=back =head1 OPTIONS