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 294023 Details for
Bug 245307
Wrong init 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.
[patch]
Patch for squid.init
squid_init.patch (text/plain), 867 bytes, created by
Martin Nagy
on 2008-02-05 17:29:44 UTC
(
hide
)
Description:
Patch for squid.init
Filename:
MIME Type:
Creator:
Martin Nagy
Created:
2008-02-05 17:29:44 UTC
Size:
867 bytes
patch
obsolete
>Index: squid.init >=================================================================== >RCS file: /cvs/dist/rpms/squid/RHEL-4/squid.init,v >retrieving revision 1.7 >diff -u -r1.7 squid.init >--- squid.init 25 Oct 2006 11:41:34 -0000 1.7 >+++ squid.init 5 Feb 2008 17:27:07 -0000 >@@ -22,10 +22,10 @@ > . /etc/sysconfig/network > > # Check that networking is up. >-[ ${NETWORKING} = "no" ] && exit 0 >+[ "${NETWORKING}" = "no" ] && exit 1 > > # check if the squid conf file is present >-[ -f /etc/squid/squid.conf ] || exit 0 >+[ -f /etc/squid/squid.conf ] || exit 6 > > if [ -f /etc/sysconfig/squid ]; then > . /etc/sysconfig/squid >@@ -38,8 +38,8 @@ > SQUID_SHUTDOWN_TIMEOUT=${SQUID_SHUTDOWN_TIMEOUT:-100} > > # determine the name of the squid binary >-[ -f /usr/sbin/squid ] && SQUID=squid >-[ -z "$SQUID" ] && exit 0 >+[ -x /usr/sbin/squid ] && exit 1 >+SQUID=squid > > prog="$SQUID" >
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 245307
:
294023
|
294030