From owner-cvs-usrsbin Tue Feb 14 16:08:12 1995 Return-Path: cvs-usrsbin-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id QAA17862 for cvs-usrsbin-outgoing; Tue, 14 Feb 1995 16:08:12 -0800 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id QAA17855; Tue, 14 Feb 1995 16:08:08 -0800 Received: (from jkh@localhost) by time.cdrom.com (8.6.9/8.6.9) id QAA07303; Tue, 14 Feb 1995 16:08:01 -0800 Date: Tue, 14 Feb 1995 16:08:01 -0800 From: "Jordan K. Hubbard" Message-Id: <199502150008.QAA07303@time.cdrom.com> To: CVS-commiters@time.cdrom.com, cvs-usrsbin@time.cdrom.com Subject: cvs commit: src/usr.sbin/manctl manctl.sh Sender: cvs-usrsbin-owner@freebsd.org Precedence: bulk jkh 95/02/14 16:08:01 Modified: usr.sbin/manctl manctl.sh Log: I've found two bugs in manctl(8). There are two spurious ";" after a "then" in the script. The result is the following : 203 [23:47] root@keltia:/build/cvs-1.4A2# manctl /usr/sbin/manctl: 165: Syntax error: ";" unexpected Here is the fix : Submitted by: Ollivier Robert