From eeefb22eb0d1fe97040e290685dcc5c992c8605d Mon Sep 17 00:00:00 2001 From: Mike Makonnen Date: Thu, 23 Jan 2003 04:31:55 +0000 Subject: [PATCH] Missing '$' Approved by: markm (mentor)(implicit) --- etc/rc.d/yppasswdd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/rc.d/yppasswdd b/etc/rc.d/yppasswdd index d272d988699..c2d34b84439 100755 --- a/etc/rc.d/yppasswdd +++ b/etc/rc.d/yppasswdd @@ -12,7 +12,7 @@ . /etc/rc.subr name="yppasswdd" -command="/usr/sbin/rpc.{name}" +command="/usr/sbin/rpc.${name}" start_precmd="yppasswdd_precmd" case ${OSTYPE} in