Wiki
Download
Manual
Eggs
API
Tests
Bugs
show
edit
history
You can edit this page using
wiki syntax
for markup.
Article contents:
== Outdated egg! This is an egg for CHICKEN 4, the unsupported old release. You're almost certainly looking for [[/eggref/5/sysexits|the CHICKEN 5 version of this egg]], if it exists. If it does not exist, there may be equivalent functionality provided by another egg; have a look at the [[https://wiki.call-cc.org/chicken-projects/egg-index-5.html|egg index]]. Otherwise, please consider porting this egg to the current version of CHICKEN. [[tags: egg]] == sysexits {{sysexits(3)}} values (preferable exit codes). The source for this egg is available [[https://git.foldling.org/chicken-sysexits.git|here]]. == API <constant>exit/ok</constant> <constant>exit/usage</constant> <constant>exit/dataerr</constant> <constant>exit/noinput</constant> <constant>exit/nouser</constant> <constant>exit/nohost</constant> <constant>exit/unavailable</constant> <constant>exit/software</constant> <constant>exit/oserr</constant> <constant>exit/osfile</constant> <constant>exit/cantcreat</constant> <constant>exit/ioerr</constant> <constant>exit/tempfail</constant> <constant>exit/protocol</constant> <constant>exit/noperm</constant> <constant>exit/config</constant> These values correspond to the exit codes defined by {{sysexits(3)}} and have the following approximate meanings: exit/ok ; successful termination exit/usage ; command line usage error exit/dataerr ; data format error exit/noinput ; cannot open input exit/nouser ; addressee unknown exit/nohost ; host name unknown exit/unavailable ; service unavailable exit/software ; internal software error exit/oserr ; system error (e.g., can't fork) exit/osfile ; critical OS file missing exit/cantcreat ; can't create (user) output file exit/ioerr ; input/output error exit/tempfail ; temp failure; user is invited to retry exit/protocol ; remote error in protocol exit/noperm ; permission denied exit/config ; configuration error == Author [[/users/evan-hanson|Evan Hanson]] == License Public Domain
Description of your changes:
I would like to authenticate
Authentication
Username:
Password:
Spam control
What do you get when you subtract 21 from 7?