public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-lang/erlang/files: epmd.init
@ 2010-11-08  0:47 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 2+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-11-08  0:47 UTC (permalink / raw
  To: gentoo-commits

fauli       10/11/08 00:47:30

  Added:                epmd.init
  Log:
  version bump to fix 325073, some hints by Boris Faure <billiob AT gmail DOT com>; this also fixes 263129 for LDFLAGS (again, reported upstream...again) and bug 334979 which provides an init script for epmd.  This release seems to incorporate an upstream fix for bug 338664
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.1                  dev-lang/erlang/files/epmd.init

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/erlang/files/epmd.init?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/erlang/files/epmd.init?rev=1.1&content-type=text/plain

Index: epmd.init
===================================================================
#!/sbin/runscript
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/erlang/files/epmd.init,v 1.1 2010/11/08 00:47:30 fauli Exp $

depend() {
	need net
}

start() {
	ebegin "Starting Erlang Port Mapper Daemon"
	start-stop-daemon --start --quiet --user nobody --group nobody --exec /usr/bin/epmd -- -daemon
	eend $?
}

stop() {
	ebegin "Stopping Erlang Port Mapper Daemon"
	/usr/bin/epmd -kill >/dev/null
	eend $?
}






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

* [gentoo-commits] gentoo-x86 commit in dev-lang/erlang/files: epmd.init
@ 2012-12-31  9:24 Dirkjan Ochtman (djc)
  0 siblings, 0 replies; 2+ messages in thread
From: Dirkjan Ochtman (djc) @ 2012-12-31  9:24 UTC (permalink / raw
  To: gentoo-commits

djc         12/12/31 09:24:49

  Modified:             epmd.init
  Log:
  Changed license on an init script to ErlPL-1.1 (bug 425928).
  
  (Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key 6B065BFB)

Revision  Changes    Path
1.2                  dev-lang/erlang/files/epmd.init

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/erlang/files/epmd.init?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/erlang/files/epmd.init?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/erlang/files/epmd.init?r1=1.1&r2=1.2

Index: epmd.init
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/erlang/files/epmd.init,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- epmd.init	8 Nov 2010 00:47:30 -0000	1.1
+++ epmd.init	31 Dec 2012 09:24:49 -0000	1.2
@@ -1,7 +1,7 @@
 #!/sbin/runscript
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/erlang/files/epmd.init,v 1.1 2010/11/08 00:47:30 fauli Exp $
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the Erlang Public License 1.1
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/erlang/files/epmd.init,v 1.2 2012/12/31 09:24:49 djc Exp $
 
 depend() {
 	need net





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

end of thread, other threads:[~2012-12-31  9:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-31  9:24 [gentoo-commits] gentoo-x86 commit in dev-lang/erlang/files: epmd.init Dirkjan Ochtman (djc)
  -- strict thread matches above, loose matches on Subject: below --
2010-11-08  0:47 Christian Faulhammer (fauli)

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