File: logger

package info (click to toggle)
squirrelmail-logger 2.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 256 kB
  • ctags: 257
  • sloc: php: 871; sh: 158; makefile: 19
file content (22 lines) | stat: -rw-r--r-- 1,202 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/usr/local/bin/unixserver: invalid option -- t
usage: /usr/local/bin/unixserver [options] socket program
  -q           Quiet. Do not print any messages.
  -Q (default) Print error messages.
  -v           Verbose.  Print error and status messages.
  -d           Do not delete the socket file on exit.
  -D (default) Delete the socket file on exit.
  -u UID       Change user id to UID after creating socket.
  -g GID       Change group id to GID after creating socket.
  -U           Same as '-u $UID -g $GID'.
  -o UID       Make the socket owned by UID.
  -r GID       Make the socket group owned by GID.
  -O           Same as '-o $SOCKET_UID -r $SOCKET_GID'.
  -p PERM      Set the permissions on the created socket (in octal).
               Note: this option, if set, overrides the mask below.
               (defaults to 0666 minus umask)
  -m MASK      Set umask to MASK (in octal) before creating socket.
               (defaults to 0, previous value is restored afterwards)
  -c N         Do not handle more than N simultaneous connections.
               (default 10)
  -b N         Allow a backlog of N connections.
  -B BANNER    Write BANNER to the client immediately after connecting.