public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-lang/regina-rexx/files: rxstack-r1
@ 2012-11-04 14:31 Michael Palimaka (kensington)
  0 siblings, 0 replies; only message in thread
From: Michael Palimaka (kensington) @ 2012-11-04 14:31 UTC (permalink / raw
  To: gentoo-commits

kensington    12/11/04 14:31:19

  Added:                rxstack-r1
  Log:
  Migrate to EAPI 4. Respect *FLAGS. Avoid bashisms in init script. Add upstream metadata.
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)

Revision  Changes    Path
1.1                  dev-lang/regina-rexx/files/rxstack-r1

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/regina-rexx/files/rxstack-r1?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/regina-rexx/files/rxstack-r1?rev=1.1&content-type=text/plain

Index: rxstack-r1
===================================================================
#!/sbin/runscript

start() {
	ebegin "Starting Regina stack"
	start-stop-daemon --start --pidfile /var/run/rxstack.pid \
		--exec /usr/bin/rxstack -- -d
	eend $?
}

stop() {
	ebegin "Stopping Regina stack"
	start-stop-daemon --stop --exec /usr/bin/rxstack
	eend $?
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-11-04 14:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-04 14:31 [gentoo-commits] gentoo-x86 commit in dev-lang/regina-rexx/files: rxstack-r1 Michael Palimaka (kensington)

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