FreeBSD Bugzilla – Attachment 127829 Details for
Bug 171691
sysutils/p5-MogileFS-Server: issues with daemons startup
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.16 KB, created by
Mikolaj Golub
on 2012-09-16 21:10:09 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Mikolaj Golub
Created:
2012-09-16 21:10:09 UTC
Size:
2.16 KB
patch
obsolete
>Index: sysutils/p5-MogileFS-Server/files/patch-mogstored >=================================================================== >--- sysutils/p5-MogileFS-Server/files/patch-mogstored (revision 0) >+++ sysutils/p5-MogileFS-Server/files/patch-mogstored (working copy) >@@ -0,0 +1,20 @@ >+--- mogstored.ORIG 2012-09-16 12:38:08.000000000 +0300 >++++ mogstored 2012-09-16 18:48:02.000000000 +0300 >+@@ -99,8 +99,6 @@ my $httpsrv = $httpsrv_class->new( >+ maxconns => $max_conns, >+ bin => $serverbin, >+ ); >+-$httpsrv->start; >+- >+ if ($opt_daemonize) { >+ $httpsrv->pre_daemonize; >+ Perlbal::daemonize(); >+@@ -108,6 +106,8 @@ if ($opt_daemonize) { >+ print "Running.\n"; >+ } >+ >++$httpsrv->start; >++ >+ $httpsrv->post_daemonize; >+ >+ # kill our children processes on exit: >Index: sysutils/p5-MogileFS-Server/files/mogstored.in >=================================================================== >--- sysutils/p5-MogileFS-Server/files/mogstored.in (revision 303538) >+++ sysutils/p5-MogileFS-Server/files/mogstored.in (working copy) >@@ -17,6 +17,7 @@ load_rc_config mogstored > > required_files=%%PREFIX%%/etc/mogstored.conf > >+command="%%PREFIX%%/bin/${name}" > command_args="--config=%%PREFIX%%/etc/mogstored.conf -d" > > run_rc_command "$1" >Index: sysutils/p5-MogileFS-Server/files/mogilefsd.in >=================================================================== >--- sysutils/p5-MogileFS-Server/files/mogilefsd.in (revision 303538) >+++ sysutils/p5-MogileFS-Server/files/mogilefsd.in (working copy) >@@ -17,6 +17,7 @@ load_rc_config mogilefsd > > required_files=%%PREFIX%%/etc/mogtracker.conf > >+command="%%PREFIX%%/bin/${name}" > command_args="--config=%%PREFIX%%/etc/mogtracker.conf" > > run_rc_command "$1" >Index: sysutils/p5-MogileFS-Server/Makefile >=================================================================== >--- sysutils/p5-MogileFS-Server/Makefile (revision 303538) >+++ sysutils/p5-MogileFS-Server/Makefile (working copy) >@@ -7,6 +7,7 @@ > > PORTNAME= MogileFS-Server > PORTVERSION= 2.65 >+PORTREVISION= 1 > CATEGORIES= sysutils perl5 > MASTER_SITES= CPAN > MASTER_SITE_SUBDIR= CPAN:DORMANDO
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 171691
: 127829