public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-apps/preload/files: init.d-preload
@ 2008-10-28 13:04 Jeremy Olexa (darkside)
  0 siblings, 0 replies; only message in thread
From: Jeremy Olexa (darkside) @ 2008-10-28 13:04 UTC (permalink / raw
  To: gentoo-commits

darkside    08/10/28 13:04:57

  Modified:             init.d-preload
  Log:
  sys-apps/preload - fix another bashisms. bug #244491
  (Portage version: 2.2_rc12/cvs/Linux 2.6.27-git6 x86_64)

Revision  Changes    Path
1.6                  sys-apps/preload/files/init.d-preload

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/preload/files/init.d-preload?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/preload/files/init.d-preload?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/preload/files/init.d-preload?r1=1.5&r2=1.6

Index: init.d-preload
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/preload/files/init.d-preload,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- init.d-preload	28 Oct 2008 02:02:14 -0000	1.5
+++ init.d-preload	28 Oct 2008 13:04:57 -0000	1.6
@@ -1,7 +1,7 @@
 #!/sbin/runscript
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/preload/files/init.d-preload,v 1.5 2008/10/28 02:02:14 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/preload/files/init.d-preload,v 1.6 2008/10/28 13:04:57 darkside Exp $
 
 depend() {
 	after localmount xdm
@@ -17,7 +17,7 @@
 	IONICE="$(command -v ionice)"
 	if [ -x "${IONICE}" -a -n "${IONICE_OPTS}" ]; then
 		einfo "ionicing preload"
-		"${IONICE}" "${IONICE_OPTS}" -p $(<${PIDFILE})
+		"${IONICE}" "${IONICE_OPTS}" -p $(cat ${PIDFILE})
 	fi
 	eend $?
 }






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

only message in thread, other threads:[~2008-10-28 13:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-28 13:04 [gentoo-commits] gentoo-x86 commit in sys-apps/preload/files: init.d-preload Jeremy Olexa (darkside)

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