Return-Path: Delivered-To: apmail-continuum-issues-archive@www.apache.org Received: (qmail 27034 invoked from network); 2 Apr 2008 06:00:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Apr 2008 06:00:33 -0000 Received: (qmail 61694 invoked by uid 500); 2 Apr 2008 06:00:34 -0000 Delivered-To: apmail-continuum-issues-archive@continuum.apache.org Received: (qmail 61678 invoked by uid 500); 2 Apr 2008 06:00:34 -0000 Mailing-List: contact issues-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@continuum.apache.org Delivered-To: mailing list issues@continuum.apache.org Received: (qmail 61669 invoked by uid 99); 2 Apr 2008 06:00:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Apr 2008 23:00:33 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [63.246.2.115] (HELO codehaus01.managed.contegix.com) (63.246.2.115) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Apr 2008 05:59:46 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 8364214A8047 for ; Wed, 2 Apr 2008 00:59:58 -0500 (CDT) Message-ID: <16642745.1207115998536.JavaMail.haus-jira@codehaus01.managed.contegix.com> Date: Wed, 2 Apr 2008 00:59:58 -0500 (CDT) From: "Brett Porter (JIRA)" To: issues@continuum.apache.org Subject: [jira] Closed: (CONTINUUM-1501) run.sh doesn't properly resolve symbolic link MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/CONTINUUM-1501?page=3Dcom.atlassian.= jira.plugin.system.issuetabpanels:all-tabpanel ] Brett Porter closed CONTINUUM-1501. ----------------------------------- Resolution: Won't Fix superceded by new Jetty bundle > run.sh doesn't properly resolve symbolic link > --------------------------------------------- > > Key: CONTINUUM-1501 > URL: http://jira.codehaus.org/browse/CONTINUUM-1501 > Project: Continuum > Issue Type: Bug > Components: Environmental > Affects Versions: 1.1-beta-3 > Environment: Linux > Reporter: Nicolas Roug=E9 > Priority: Minor > > Continuum 1.1-beta-3 installed in my linux box and configured to start au= tomatically as descibed in [http://maven.apache.org/continuum/guides/mini/g= uide-linux-boot.html]. > At startup, I've got the following message : > {code} > /etc/rc2.d/S80continuum: line 62: cd: ../init.d/../..: No such file or di= rectory > {code} > This problem seems very similar to [MAVEN-1532|http://jira.codehaus.org/b= rowse/MAVEN-1532], so I tried replacing > {code} > if expr "$link" : '.*/.*' > /dev/null; then > {code} > with > {code} > if expr "$link" : '/.*' > /dev/null; then > {code} > in run.sh, and it's working fine. --=20 This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: htt= p://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira