Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 159178 Details for
Bug 248145
Replace ds_newinst binary with perl script
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
template for restart-slapd
template-restart-slapd.in (text/plain), 559 bytes, created by
Rich Megginson
on 2007-07-13 13:58:46 UTC
(
hide
)
Description:
template for restart-slapd
Filename:
MIME Type:
Creator:
Rich Megginson
Created:
2007-07-13 13:58:46 UTC
Size:
559 bytes
patch
obsolete
>#!/bin/sh > ># Script that restarts the ns-slapd server. ># Exit status can be: ># 0: Server restarted successfully ># 1: Server could not be started ># 2: Server started successfully (was not running) ># 3: Server could not be stopped > >server_already_stopped=0 >{{INST-DIR}}/stop-slapd >status=$? >if [ $status -eq 1 ] ; then > exit 3; >else > if [ $status -eq 2 ] ; then > server_already_stopped=1 > fi >fi >{{INST-DIR}}/start-slapd >status=$? >if [ $server_already_stopped -eq 1 ] && [ $status -eq 0 ] ; then > exit 2; >fi >exit $status
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 248145
:
159175
|
159176
|
159177
| 159178 |
159179
|
159181
|
159182
|
159183
|
159184
|
159185
|
159186
|
159187
|
159188
|
159227
|
159228
|
159230
|
159234
|
159235
|
159550
|
159551
|
159552
|
159558