public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-im/openfire/files: openfire-initd
@ 2011-10-28 12:15 Sergei Trofimovich (slyfox)
  0 siblings, 0 replies; 2+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2011-10-28 12:15 UTC (permalink / raw
  To: gentoo-commits

slyfox      11/10/28 12:15:37

  Modified:             openfire-initd
  Log:
  Version bump. Bug #386687 by Thomas Raschbacher. Shoud also fix #364541 by Stefan Briesenick (doesn't work: dialback broken). init.d script now uses --user/--exec.
  
  (Portage version: 2.1.10.11/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  net-im/openfire/files/openfire-initd

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/openfire/files/openfire-initd?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/openfire/files/openfire-initd?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/openfire/files/openfire-initd?r1=1.1&r2=1.2

Index: openfire-initd
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-im/openfire/files/openfire-initd,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- openfire-initd	12 Mar 2008 19:58:05 -0000	1.1
+++ openfire-initd	28 Oct 2011 12:15:37 -0000	1.2
@@ -13,7 +13,13 @@
 	OPENFIRE_CMD=`GENTOO_VM=${GENTOO_VM} java-config -J`
 
 	ebegin "Starting Openfire Server"
-        start-stop-daemon --chuid jabber --background --make-pidfile --pidfile /var/run/jabber/openfire.pid --start --startas ${OPENFIRE_CMD} -- ${OPENFIRE_ARGS} > /var/log/openfire.log 2>&1
+	start-stop-daemon \
+		--user jabber \
+		--background \
+		--make-pidfile \
+		--pidfile /var/run/jabber/openfire.pid \
+		--start \
+		--exec ${OPENFIRE_CMD} -- ${OPENFIRE_ARGS} > /var/log/openfire.log 2>&1
 	eend
 }
 






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-im/openfire/files: openfire-initd
@ 2012-06-26 19:25 Sergei Trofimovich (slyfox)
  0 siblings, 0 replies; 2+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2012-06-26 19:25 UTC (permalink / raw
  To: gentoo-commits

slyfox      12/06/26 19:25:47

  Modified:             openfire-initd
  Log:
  Create /var/run/jabber at startup if missing (tmpfs case). Thanks to Timo Rothenpieler who found and analyzed issue in bug #423367.
  
  (Portage version: 2.2.0_alpha110_p5/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  net-im/openfire/files/openfire-initd

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/openfire/files/openfire-initd?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/openfire/files/openfire-initd?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/openfire/files/openfire-initd?r1=1.2&r2=1.3

Index: openfire-initd
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-im/openfire/files/openfire-initd,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- openfire-initd	28 Oct 2011 12:15:37 -0000	1.2
+++ openfire-initd	26 Jun 2012 19:25:47 -0000	1.3
@@ -5,9 +5,8 @@
 	provide jabber-server
 }
 
-
-
 start() {
+	[ -d /var/run/jabber ] || mkdir /var/run/jabber
 	#source /etc/env.d/java/20sun-jdk-1.5.0.06
 	#OPENFIRE_CMD="${JAVA_HOME}/bin/java"
 	OPENFIRE_CMD=`GENTOO_VM=${GENTOO_VM} java-config -J`






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-06-26 19:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-28 12:15 [gentoo-commits] gentoo-x86 commit in net-im/openfire/files: openfire-initd Sergei Trofimovich (slyfox)
  -- strict thread matches above, loose matches on Subject: below --
2012-06-26 19:25 Sergei Trofimovich (slyfox)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox