diff options
author | Mario Preksavec <mario at slackware dot hr> | 2015-03-03 08:11:46 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-03-03 08:11:46 +0700 |
commit | 84f7c64c5e306b1a1f52837f904617b15b59ed66 (patch) | |
tree | 38652b52461f1846ae51c77f090a9147aa732fd6 /perl/perl-Proc-PID-File/slack-desc | |
parent | bd59c59ab638ec62d31f6d9dcbee7dc52fea0cb8 (diff) |
perl/perl-Proc-PID-File: Added (module to manage process id files).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-Proc-PID-File/slack-desc')
-rw-r--r-- | perl/perl-Proc-PID-File/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/perl/perl-Proc-PID-File/slack-desc b/perl/perl-Proc-PID-File/slack-desc new file mode 100644 index 000000000000..169a92b2a1cf --- /dev/null +++ b/perl/perl-Proc-PID-File/slack-desc @@ -0,0 +1,19 @@ +# 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 ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +perl-Proc-PID-File: perl-Proc-PID-File (a module to manage process id files) +perl-Proc-PID-File: +perl-Proc-PID-File: The Proc::PID::File is useful for writers of daemons and other +perl-Proc-PID-File: processes that need to tell whether they are already running, in +perl-Proc-PID-File: order to prevent multiple process instances. The module accomplishes +perl-Proc-PID-File: this via *nix-style pidfiles, which are files that store a process +perl-Proc-PID-File: identifier. +perl-Proc-PID-File: +perl-Proc-PID-File: Homepage: https://metacpan.org/pod/Proc::PID::File +perl-Proc-PID-File: +perl-Proc-PID-File: |