PFSenseDevWiki : SubmittingPatches

PfSenseDevHome :: Categories :: PageIndex :: RecentChanges :: RecentlyCommented :: Login/Register

Submitting patches


To submit a patch, please provide it with the following switches to diff:

-rub

Example: diff -rub services_dhcp.php.orig my_services_dhcp.php

If you need these utilities, simply download from my extra folder:

Issue these commands from the shell for the *nix challanged:

fetch -o /usr/bin/diff http://www.pfsense.com/~sullrich/extra/diff
fetch -o /usr/bin/patch http://www.pfsense.com/~sullrich/extra/patch
chmod a+rx /usr/bin/*
rehash # (optional; rebuilds hash table of executables in PATH)

* please attach the resulting diff file to http://cvstrac.pfsense.com/ , if there's a ticket which reports a bug and your patch fixes that particular bug
* otherwise E-mail patches as attachments to coreteam@pfsense.com

There are no comments on this page. [Add comment]

Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by Wikka Wakka Wiki 1.1.6.3
Page was generated in 0.0319 seconds