mirror of
git://slackware.nl/current.git
synced 2024-12-28 09:59:53 +01:00
21 lines
911 B
Text
21 lines
911 B
Text
|
# HOW TO EDIT THIS FILE:
|
||
|
# The "handy ruler" below makes it easier to edit a package description. Line
|
||
|
# up the first '|' above the ':' following the base package name, and the '|'
|
||
|
# on the right side marks the last column you can put a character in. You must
|
||
|
# make exactly 11 lines for the formatting to be correct. It's also
|
||
|
# customary to leave one space after the ':'.
|
||
|
|
||
|
|
||
|
|-----handy-ruler------------------------------------------------------|
|
||
|
daemon: daemon (turns other processes into daemons)
|
||
|
daemon:
|
||
|
daemon: Daemon turns other processes into daemons. There are many tasks that
|
||
|
daemon: need to be performed to correctly set up a daemon process. This can
|
||
|
daemon: be tedious. Daemon performs these tasks for other processes. This is
|
||
|
daemon: useful for writing daemons in languages other than C, C++ or Perl
|
||
|
daemon: (e.g. `/bin/sh`, Java).
|
||
|
daemon:
|
||
|
daemon: http://libslack.org/daemon/
|
||
|
daemon:
|
||
|
daemon:
|