diff options
Diffstat (limited to 'etc/rc.d')
-rwxr-xr-x | etc/rc.d/yppasswdd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/yppasswdd b/etc/rc.d/yppasswdd index d272d98..c2d34b8 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 |