From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QYcJv-00009K-9X for garchives@archives.gentoo.org; Mon, 20 Jun 2011 11:07:07 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C22F1C14A for ; Mon, 20 Jun 2011 11:07:06 +0000 (UTC) Received: from mail-qw0-f53.google.com (mail-qw0-f53.google.com [209.85.216.53]) by pigeon.gentoo.org (Postfix) with ESMTP id E1DBF1C080 for ; Mon, 20 Jun 2011 10:39:00 +0000 (UTC) Received: by qwb7 with SMTP id 7so1556975qwb.40 for ; Mon, 20 Jun 2011 03:39:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=Fgv7ltPtEPeKnU1Cll0TvAT/EPF59PfSIfEhsKkL/AU=; b=JD8aZvoobZayBCj8FmmUfKpJEL6/uZqEJMv+u9T2uD5e6D8om4X8Ib7UZq9PnS+ARp olWSDlZlWNlgD8kBduc1cfhFZegL2yLeaviy23neoBr7pYxvXKYDmKQO0ntmqN6c/qhk gsKRiwcPrybDOeFVQFlDFg4eJc/HCGBs6UB3U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=jB1nvm5ddpxEo39lybOwo22hDLOcO6aPMnuvY+6lwjXuHAgSHEvVFfMBPdf10s0bb5 zVz0rMIK32vxRiSLOMTEmB93QkHdGNd3PnNGdlyrDaaPI+PHClsuo3lvJL5sI3sO1L/l 7fss8JTLX0k8QTKsROPwwsIxysqm7entNKn+w= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.229.221.131 with SMTP id ic3mr3783699qcb.239.1308566340271; Mon, 20 Jun 2011 03:39:00 -0700 (PDT) Received: by 10.229.245.78 with HTTP; Mon, 20 Jun 2011 03:39:00 -0700 (PDT) In-Reply-To: <20110620092140.4f907a6c@zaphod.digimed.co.uk> References: <4DFED808.4060707@binarywings.net> <20110620092140.4f907a6c@zaphod.digimed.co.uk> Date: Mon, 20 Jun 2011 20:39:00 +1000 Message-ID: Subject: Re: [gentoo-user] crontab not executing From: Adam Carter To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: X-Archives-Hash: c55b80a97db9e235829240054c360c48 >> /bin/sh is a symlink to bash. > > Which runs as sh when run from the symlink. I dont understand. "runs as" usually means "runs under the user context" to me - are you saying bash has an sh compatibility mode?