From 2ed7b24d1673db4e90c771714593b3d058f08389 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 3 May 2009 00:30:21 +0200 Subject: [PATCH] OpenRC: fix the shutdown service sed subst. --HG-- extra : convert_revision : ef6ac14924ae1597e581e816a4315b5bc66b4bef --- templates/OpenRC/files/shutdown.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/OpenRC/files/shutdown.in b/templates/OpenRC/files/shutdown.in index 8eace71bd56..12f0f5f0b59 100644 --- a/templates/OpenRC/files/shutdown.in +++ b/templates/OpenRC/files/shutdown.in @@ -1,4 +1,4 @@ -#!${PREFIX}/sbin/runscript +#!@PREFIX@/sbin/runscript description="Shutdown or reboot the system"