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 161280 Details for
Bug 252185
Mailman init script prevents proper SELinux domain transitions
[?]
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.
[patch]
A patch to get rid of direct interpreter invocation in mailman init script
mailman-2.1.9_initrc_direct_run.patch (text/plain), 1001 bytes, created by
Aleksander Adamowski
on 2007-08-14 16:16:41 UTC
(
hide
)
Description:
A patch to get rid of direct interpreter invocation in mailman init script
Filename:
MIME Type:
Creator:
Aleksander Adamowski
Created:
2007-08-14 16:16:41 UTC
Size:
1001 bytes
patch
obsolete
>--- mailman 2007-08-14 17:56:40.000000000 +0200 >+++ mailman 2007-08-14 17:58:20.000000000 +0200 >@@ -32,7 +32,6 @@ > # config: /usr/lib/mailman/Mailman/mm_cfg.py > # pidfile: /var/run/mailman/master-qrunner.pid > >-PYTHON=/usr/bin/python > MAILMANHOME=/usr/lib/mailman > MAILMANCTL=$MAILMANHOME/bin/mailmanctl > >@@ -75,7 +74,7 @@ > function start() > { > echo -n $"Starting $prog: " >- daemon $PYTHON $MAILMANCTL -s -q start >+ daemon $MAILMANCTL -s -q start > RETVAL=$? > if [ $RETVAL -eq 0 ] > then >@@ -89,7 +88,7 @@ > function stop() > { > echo -n $"Shutting down $prog: " >- daemon $PYTHON $MAILMANCTL -q stop >+ daemon $MAILMANCTL -q stop > RETVAL=$? > if [ $RETVAL -eq 0 ] > then >@@ -125,7 +124,7 @@ > ;; > > 'condrestart') >- $PYTHON $MAILMANCTL -q -u status >+ $MAILMANCTL -q -u status > retval=$? > if [ $retval -eq 0 ] > then >@@ -135,7 +134,7 @@ > ;; > > 'status') >- $PYTHON $MAILMANCTL -u status >+ $MAILMANCTL -u status > RETVAL=$? > ;; >
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 252185
: 161280 |
234841