Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gandro/siginfo-ng
Next Generation Siginfo Client
https://github.com/gandro/siginfo-ng
Last synced: 25 days ago
JSON representation
Next Generation Siginfo Client
- Host: GitHub
- URL: https://github.com/gandro/siginfo-ng
- Owner: gandro
- Created: 2009-05-01T08:44:47.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2011-03-29T15:54:51.000Z (over 13 years ago)
- Last Synced: 2024-10-14T20:41:56.069Z (2 months ago)
- Language: C
- Homepage: http://github.com/gandro/siginfo-ng
- Size: 145 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
siginfo-ng - Next Generation Siginfo Client
===========================================Build:
$ make
$ make installRequirements:
- POSIX.1-2001 compatible operating system
- C-Compiler (with C99 snprintf and vsnprintf, as well as GNU getopt_long)
- Lua Programming Language librariesPlugins may have additional requirements.
Note:
If you don't have or don't want Lua on your system, you may use the
following command to compile and link it statically into the siginfo-ng
binary:$ make include-lua
If your libc does not support getopt_long, you may remove the
OPTIONS=-DUSE_GETOPT_LONG macro in the Makefile.Usage:
siginfo-ng [--show | --daemon | --help | --version]
[--config=CONFIGFILE] [--log=LOGFILE]Available Options:
-s, --show Show Siginfo layout and quit
-d, --daemon Run as daemon-c, --config=FILE Load settings from file
-l, --logfile=FILE Write error messages to logfile-h, --help Show this help and quit
-V, --version Show version number an quitFor more help see also the comments in configuration file.
Submit bugs or feedback to Sebastian Wicki .Copyright:
"THE COFFEE-WARE LICENSE" (Revision 12/2007):
Sebastian Wicki wrote this file. As long as you retain
this notice you can do whatever you want with this stuff. If we meet some
day, and you think this stuff is worth it, you can buy me a cup of coffee
in return.