logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

prxs - proFTPD Extension tool

Actions

       The following actions describe the type of operation to be performed:

       -c,--compile
              Compiles the listed .c source files into a proftpd DSO module

       -i,--install
              Installs a compiled proftpd DSO module into the directory where proftpd expects to  find  loadable
              DSO modules.

       -d,--clean
              Removes any generated files, returning the build directory to clean state.

Authors

       The Proftpd team. See http://www.proftpd.org/ for information.

Description

       This manual page explains the compailing with prxsprxs  is for This program for compile and install third-party modules from source code as DSO modules for
       your installed proftpd.

Name

       prxs -  proFTPD Extension tool

Notes

       Manual  page  written  for  Debian GNU/Linux and/or derivatives by Mahyuddin Susanto <udienz@ubuntu.com>,
       March 2011

                                                 March 11, 2011                                          prxs(8)

Options

       The following options describe the type of operation to be performed:

       -n,--name
              Tells prxs the name of the module being compiled.
              By  default,  prxs determines the module name from the list of .c files listed, expecting to see a
              "mod_name.c" file.

       -Dkey Passes these macros through to the compilation step.

       -Dkey=value
              Note that the space before the key is important.

       -Iincludedir
              Specify additional include file search directories.  Note that the space before the  directory  is
              important.

       -Llibdir
              Specify  additional  library file search directories.  Note that the space before the directory is
              important.

       -llibrary
              Specify additional libraries for linking.   Note  that  the  space  before  the  library  name  is
              important.

Synopsis

pxrs [options] [actions] mod-custom.c

       pxrs -c -i -d mod_custom.c

       prxs -c -i -D USE_CUSTOM -I /path/to/custom/include -L /path/to/custom/lib -l custom mod_custom.c

See Also