/[imapfilter]/imapfilter/config
ViewVC logotype

Diff of /imapfilter/config

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8.2.5 by lefcha, Tue Oct 1 10:20:58 2002 UTC revision 1.8.2.6 by lefcha, Sun Feb 2 17:37:38 2003 UTC
# Line 78  Usage: Line 78  Usage:
78  Description:  Description:
79    -h                    This brief usage and description message.    -h                    This brief usage and description message.
80    -i                    Interactive mode.    -i                    Interactive mode.
81    -d destdir            Installation path for program's files [/usr/local]    -d destdir            Installation path for program's files [$destdir]
82    -b bindir             Installation path for binaries [\$destdir/bin]    -b bindir             Installation path for binaries [$bindir]
83    -m mandir             Installation path for manual pages [\$destdir/man]    -m mandir             Installation path for manual pages [$mandir]
84    -o option=argument    Enabling/disabling of program's options.    -o option=argument    Enabling/disabling of program's options.
85    
86  Options:  Options:
87    debug                 Debugging information, useful during development [yes]    debug                 Debugging information, useful during development [$debug]
88    checkperms            Configuration file's permissions checking [yes]    checkperms            Configuration file's permissions checking [$checkperms]
89    memlock               Try to lock memory pages to avoid swapping [yes]    memlock               Try to lock memory pages to avoid swapping [$memlock]
90    encpasswds            Encrypted passwords support [yes]    encpasswds            Encrypted passwords support [$encpasswds]
91    ssl                   Secure Socket Layer and Transport Layer Security [yes]    ssl                   Secure Socket Layer and Transport Layer Security [$ssl]
92  EOF  EOF
93      exit 1      exit 1
94      ;;      ;;
# Line 124  then Line 124  then
124    read tmp    read tmp
125    if [ -n "$tmp" ]; then memlock="$tmp"; fi    if [ -n "$tmp" ]; then memlock="$tmp"; fi
126        
127    printf "Encrypted passwords support: "    printf "Encrypted passwords support [$encpasswds]: "
128    read tmp    read tmp
129    if [ -n "$tmp" ]; then encpasswds="$tmp"; fi    if [ -n "$tmp" ]; then encpasswds="$tmp"; fi
130    

Legend:
Removed from v.1.8.2.5  
changed lines
  Added in v.1.8.2.6

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26