From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: linux-nfs-owner@vger.kernel.org Received: from mx1.redhat.com ([209.132.183.28]:56372 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751298AbaEAOjH (ORCPT ); Thu, 1 May 2014 10:39:07 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s41Ed7v2006754 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 1 May 2014 10:39:07 -0400 Received: from smallhat.boston.devel.redhat.com (vpn-48-26.rdu2.redhat.com [10.10.48.26]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id s41Ed6W9012008 for ; Thu, 1 May 2014 10:39:07 -0400 Message-ID: <53625C8A.5090108@RedHat.com> Date: Thu, 01 May 2014 10:39:06 -0400 From: Steve Dickson MIME-Version: 1.0 To: Linux NFS Mailing list Subject: Re: [PATCH] start-statd: rpc.statd's systemd unit changed names. References: <1398955020-18614-1-git-send-email-steved@redhat.com> In-Reply-To: <1398955020-18614-1-git-send-email-steved@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-nfs-owner@vger.kernel.org List-ID: On 05/01/2014 10:37 AM, Steve Dickson wrote: > Signed-off-by: Steve Dickson > --- > utils/statd/start-statd | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/utils/statd/start-statd b/utils/statd/start-statd > index 8ac3798..dcdaf77 100644 > --- a/utils/statd/start-statd > +++ b/utils/statd/start-statd > @@ -5,7 +5,7 @@ > # It should run statd with whatever flags are apropriate for this > # site. > PATH="/sbin:/usr/sbin:/bin:/usr/bin" > -if systemctl start statd.service > +if systemctl start rpc-statd.service > then : > else > exec rpc.statd --no-notify > Committed... steved.