From 1d9f2d3922259058dbef13add4375c059ee40be6 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 16 Dec 2008 06:17:19 +0100 Subject: [PATCH] initng: bah. fix /sbin/init link again. --HG-- extra : convert_revision : 1a7ffc98036d9a206504f6596c5dd9ce84470c43 --- templates/initng.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/initng.tmpl b/templates/initng.tmpl index 3822531f7aa..508e4331c49 100644 --- a/templates/initng.tmpl +++ b/templates/initng.tmpl @@ -29,7 +29,7 @@ post_install() local destdir=$XBPS_DESTDIR/$pkgname-$version # Make /sbin/initng -> /sbin/init link. - ln -sv $destdir/sbin/initng $destdir/sbin/init + cd $destdir/sbin && ln -sf initng init # Fix /bin/pidof link. rm -v $destdir/bin/pidof cd $destdir/bin && ln -sf ../sbin/killalli5 pidof