From owner-freebsd-questions@FreeBSD.ORG Tue Jun 19 15:48:52 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5F8F216A46B for ; Tue, 19 Jun 2007 15:48:52 +0000 (UTC) (envelope-from bahamasfranks@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.175]) by mx1.freebsd.org (Postfix) with ESMTP id EE8C013C46E for ; Tue, 19 Jun 2007 15:48:51 +0000 (UTC) (envelope-from bahamasfranks@gmail.com) Received: by ug-out-1314.google.com with SMTP id u2so148677uge for ; Tue, 19 Jun 2007 08:48:51 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=AStBz6VEBukfwvM0n1ZodnntEnZLH3/8WjgaVFlxJ8hyHjzrTcK9PvQycF4CZad4zB1qOkF58t3zD8CCP4zPCuq4hD9+k4xMxq0ened42h0JabLlQXbxEOmiO8oZuEYO3YCtGzwM6M785RpQG7QwAVsZvuLgArQCA0U2FttC978= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=HlyxcM7vQ8UHstmCkNPkdcTXfTWBHpJ0f1YShPc0eYZAAhcYZVuAC6aZFjrtOHUdCPb2Rw/pnQEJsOIHAzu9SZRJmkpIop354CAJIDlLzJ8L/fJfbsIvCcBFfMWjQOJLG/V4b5F1SrZw2+xWuCx2zUtGhwZi8UkWsuyQ850S3QE= Received: by 10.66.243.4 with SMTP id q4mr542957ugh.1182267715844; Tue, 19 Jun 2007 08:41:55 -0700 (PDT) Received: by 10.66.219.8 with HTTP; Tue, 19 Jun 2007 08:41:55 -0700 (PDT) Message-ID: <539c60b90706190841l7f4be44et943f510fa8d919d8@mail.gmail.com> Date: Tue, 19 Jun 2007 08:41:55 -0700 From: "Steve Franks" Sender: bahamasfranks@gmail.com To: "User Questions" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: 52e2d902e46ad596 Subject: crontab error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jun 2007 15:48:52 -0000 In my crontab the following: @reboot /usr/local/sbin/ataidle -I 5 0 0 gives me: cron: login_getclass unknown class 'ataidle' on reboot. What am I missing? Thanks, Steve