Skip to content

Commit

Permalink
Merge pull request #27 from nikbyte/1.9
Browse files Browse the repository at this point in the history
Spec file for el/fedora synced with build server

Credits go to Nick Altman, official maintainer of OpenSIPS YUM repository.
  • Loading branch information
bogdan-iancu committed Aug 13, 2013
2 parents 42a2769 + 17a4d97 commit 90dfe9c
Show file tree
Hide file tree
Showing 2 changed files with 552 additions and 167 deletions.
2 changes: 1 addition & 1 deletion packaging/fedora/opensips.init
Expand Up @@ -41,7 +41,7 @@ start() {

# there is something at end of this output which is needed to
# report proper [ OK ] status in Fedora scripts
daemon $oser -P $pidfile -f $configfile $OPTIONS 2>/dev/null | tail -1
daemon $oser -u $prog -g $prog -P $pidfile -f $configfile $OPTIONS 2>/dev/null | tail -1
RETVAL=$?
echo
[ $RETVAL = 0 ] && touch $lockfile
Expand Down

0 comments on commit 90dfe9c

Please sign in to comment.