committing changes in /etc after emerge run
Package changes: +dev-lang/erlang-18.0-r1
This commit is contained in:
parent
289121c9bc
commit
1d20895b56
1
env.d/90erlang
Normal file
1
env.d/90erlang
Normal file
@ -0,0 +1 @@
|
||||
MANPATH="/usr/lib64/erlang/man"
|
20
init.d/._cfg0000_epmd
Executable file
20
init.d/._cfg0000_epmd
Executable file
@ -0,0 +1,20 @@
|
||||
#!/sbin/runscript
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the Erlang Public License 1.1
|
||||
# $Id$
|
||||
|
||||
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 $?
|
||||
}
|
Loading…
Reference in New Issue
Block a user