You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
303acce580
- list-virtual: fix displaying of 'modified' column for aliases when using postgres - replaced deprecated split() with preg_split() or explode() - functions.inc.php: better error messages when database functions are missing - create domain: fixed typo in variable name that broke the default value for default aliases - create domain: backup MX checkbox is now XHTML compliant - vacation.pl logged literal $variable instead of the variable content at two places - POSTFIX_CONF.txt: fixed filename for quota map - config.inc.php: removed double $CONF['database_prefix'] - config.inc.php: fixed comments about domain_post* script parameters - CHANGELOG.TXT: add new section for 2.3.3, include all the above git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/branches/postfixadmin-2.3@893 a1433add-5e2c-0410-b055-b7f2511e0802 |
14 years ago | |
---|---|---|
.. | ||
patches | 14 years ago | |
po | 16 years ago | |
README.Debian | 16 years ago | |
README.source | 14 years ago | |
TODO | 16 years ago | |
apache.conf | 16 years ago | |
changelog | 14 years ago | |
compat | 16 years ago | |
confd-link.sh | 16 years ago | |
control | 14 years ago | |
copyright | 16 years ago | |
lighttpd.conf | 16 years ago | |
postfixadmin.config | 16 years ago | |
postfixadmin.dirs | 16 years ago | |
postfixadmin.docs | 14 years ago | |
postfixadmin.examples | 14 years ago | |
postfixadmin.install | 14 years ago | |
postfixadmin.links | 16 years ago | |
postfixadmin.postinst | 16 years ago | |
postfixadmin.postrm | 16 years ago | |
postfixadmin.prerm | 16 years ago | |
rules | 16 years ago | |
templates | 16 years ago |
README.source
This package is using the quilt framework. All patches are located in debian/patches. Adding a new patch: quilt new <date-patch_name> This will create a new file debian/patches/patch/date-patch_name. Please use the current date (e.g. 20100221 - YYYYMMDD) as prefix! Editing a file to include it into the patch: quilt edit <filename> This will open your $EDITOR. To write your changes into the new patchfile: quilt refresh. quilt push: Apply patch(es) from the series file. Without options, the next patch in the series file is applied. When a number is specified, apply the specified number of patches. When a patch name is specified, apply all patches up to and including the specified patch. Patch names may include the patches/ prefix, which means that filename completion can be used. quilt pop: Remove patch(es) from the stack of applied patches. Without options, the topmost patch is removed. When a number is specified, remove the specified number of patches. When a patch name is specified, remove patches until the specified patch end up on top of the stack. Patch names may include the patches/ prefix, which means that filename completion can be used.