This is a discussion on http://www.qmail.org/qmailqueue-patch within the alt.comp.mail.qmail forums, part of the Mail Servers and Related category; in order to install qmail-scanner-1.16 I need to patch qmail with: http://www.qmail.org/qmailqueue-patch ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
in order to install qmail-scanner-1.16 I need to patch qmail with:
http://www.qmail.org/qmailqueue-patch how should I apply this patch ... qmail is already install & running ... thx |
|
|||
|
<koen@g-net.be> ecrivait/schrieb/wrote:
> thx it's worked ... I had to change -p0 to -p1 appearantly ... ah, could be, yes. > do you know what the difference is ? <man patch> NAME patch - apply a diff file to an original SYNOPSIS patch [options] [originalfile [patchfile]] but usually just patch -pnum <patchfile [...] OPTIONS -pnum or --strip=num Strip the smallest prefix containing num leading slashes from each file name found in the patch file. A sequence of one or more adjacent slashes is counted as a sin* gle slash. This controls how file names found in the patch file are treated, in case you keep your files in a different directory than the person who sent out the patch. For example, supposing the file name in the patch file was /u/howard/src/blurfl/blurfl.c setting -p0 gives the entire file name unmodified, -p1 gives u/howard/src/blurfl/blurfl.c without the leading slash, -p4 gives blurfl/blurfl.c and not specifying -p at all just gives you blurfl.c. Whatever you end up with is looked for either in the current directory, or the directory specified by the -d option. </man patch> regards, Olivier |
![]() |
| Thread Tools | |
| Display Modes | |
|
|