[Devel] [ openser-Patches-1464292 ] RedHat/Fedora init script patch.

SourceForge.net noreply at sourceforge.net
Tue Apr 4 17:09:52 CEST 2006


Patches item #1464292, was opened at 2006-04-04 17:09
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=743022&aid=1464292&group_id=139143

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: packaging
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Jan Ondrej (ondrejj)
Assigned to: Nobody/Anonymous (nobody)
Summary: RedHat/Fedora init script patch.

Initial Comment:
I have patches for this script. Try to change line:
  daemon $oser $OPTIONS
to:
  daemon $oser $OPTIONS >/dev/null 2>/dev/null

First ">/dev/null" is required to don't display
unnecessary information
at openser startup (same problem with ser).
Second "2>/dev/null" is useful to redirect it's error
output. If it is not
redirected, after startup user can't close it's
terminal. I am restarting
openser remotely over ssh and after restart and logout
ssh is still
connected. If error output is redirected, anything
works fine.

Patch attached.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=743022&aid=1464292&group_id=139143



More information about the Devel mailing list