From owner-freebsd-questions@FreeBSD.ORG Mon Jul 11 09:54:42 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A172916A41F for ; Mon, 11 Jul 2005 09:54:42 +0000 (GMT) (envelope-from igorr@speechpro.com) Received: from speechpro.com (speech-tech-2.ip.PeterStar.net [81.3.190.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 274E343D53 for ; Mon, 11 Jul 2005 09:54:42 +0000 (GMT) (envelope-from igorr@speechpro.com) Received: from sysadm.stc ([192.168.2.26]) by s1.stc with esmtp (Exim 4.44 (FreeBSD)) id 1Druzm-000H7K-NQ for freebsd-questions@freebsd.org; Mon, 11 Jul 2005 13:54:38 +0400 Message-ID: <42D241C9.8040802@speechpro.com> Date: Mon, 11 Jul 2005 13:54:17 +0400 From: Igor Robul User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050518) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: In-Reply-To: Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit X-Archived: Yes Subject: Re: Create and remove symbolic link in system start up and shutdown 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: Mon, 11 Jul 2005 09:54:42 -0000 yoke an wrote: > > Hi , > > Does anyone know how to create & remove a symbolic link in the system > start up and system shutdown? > > ie: (i'm using 3rd party sendmail that store in "/opt/test/sendmail" > folder and create a symbolic link to start this sendmail in the system > start up) > > # ln -s /opt/test/sendmail/etc/init.d/sendmail /etc/rc.d/ > man mailer.conf