~ubuntu-branches/ubuntu/trusty/apache2/trusty

« back to all changes in this revision

Viewing changes to debian/checkgid2.1

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2005-04-01 16:30:56 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050401163056-ve71h4qd7f4plu7j
Tags: 2.0.53-5ubuntu5
Fix the init script to not exit with an error when asked to
stop a daemon that isn't running (Was the root cause of #8374)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.\"                                      Hey, EMACS: -*- nroff -*-
2
 
.\" First parameter, NAME, should be all caps
3
 
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
4
 
.\" other parameters are allowed: see man(7), man(1)
5
 
.TH CHECKGID2 SECTION "November 3rd, 2001"
6
 
.\" Please adjust this date whenever revising the manpage.
7
 
.\"
8
 
.\" Some roff macros, for reference:
9
 
.\" .nh        disable hyphenation
10
 
.\" .hy        enable hyphenation
11
 
.\" .ad l      left justify
12
 
.\" .ad b      justify to both left and right margins
13
 
.\" .nf        disable filling
14
 
.\" .fi        enable filling
15
 
.\" .br        insert line break
16
 
.\" .sp <n>    insert n+1 empty lines
17
 
.\" for manpage-specific macros, see man(7)
18
 
.SH NAME
19
 
checkgid2 \- checks the gid 
20
 
.SH SYNOPSIS
21
 
.B checkgid2 group 
22
 
.SH DESCRIPTION
23
 
This manual page documents briefly the
24
 
.B checkgid 
25
 
command.
26
 
.PP
27
 
.\" TeX users may be more comfortable with the \fB<whatever>\fP and
28
 
.\" \fI<whatever>\fP escape sequences to invode bold face and italics, 
29
 
.\" respectively.
30
 
\fBcheckgid\fP is a program that checks whether it can setgid to the group
31
 
specified. This is to see if it is a valid group for apache2 to use at runtime.
32
 
If the user (should be run as superuser) is in that group, or can setgid to it,
33
 
it will return 0.
34
 
.SH AUTHOR
35
 
This manual page was written by Daniel Stone <daniel@sfarc.net> for the Debian
36
 
GNU/Linux distribution, as the original did not have a manpage..