From owner-freebsd-questions@FreeBSD.ORG Sat May 24 07:37:18 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C3DF51065672 for ; Sat, 24 May 2008 07:37:18 +0000 (UTC) (envelope-from ruel.freebsd@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.31]) by mx1.freebsd.org (Postfix) with ESMTP id 95A2B8FC0A for ; Sat, 24 May 2008 07:37:18 +0000 (UTC) (envelope-from ruel.freebsd@gmail.com) Received: by yw-out-2324.google.com with SMTP id 9so616614ywe.13 for ; Sat, 24 May 2008 00:37:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=TWGqZw5EDYCTTuAYm9w+d6E8HttS/3b5EzK17ErHtZU=; b=lzEygXUSI/GT5HBGZDN2rbL8uHrnv1Jf+EXKj8N+ctrjlbQZXwzliagdW0DoFc0ajMjkYPgISxmntN2KZ4B/wvTNHl1H3daEHEMrrScCqH3pXtu7orGeUfjnz/1andmvBoYjSpkj1IbkEKqWn4hwKrAu1BeGtuZ1MLYUrPQeqsc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=KmMbQQ2uoB42bwo4ydHK8DFRf+6DJJtlYobXn04nHII1rmIPD63V4yPnmcEaokYq0q9Z22V9m8GmtkqvdT+WupxWMl4XlyoGsvk04xhgQloJl/UZDbkXq5a7ED2mpJreHT/XdbVw80J1OL6ILSbh0aOtRb1qWbhtN+09EefhQvA= Received: by 10.150.82.41 with SMTP id f41mr342941ybb.174.1211614634213; Sat, 24 May 2008 00:37:14 -0700 (PDT) Received: by 10.150.97.21 with HTTP; Sat, 24 May 2008 00:37:14 -0700 (PDT) Message-ID: Date: Sat, 24 May 2008 15:37:14 +0800 From: "Ruel Luchavez" To: "freebsd-questions@freebsd.org" , "Ruel Luchavez" In-Reply-To: <20080524054033.GA4936@shepherd> MIME-Version: 1.0 References: <20080524054033.GA4936@shepherd> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: Uninstall Webmin 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: Sat, 24 May 2008 07:37:18 -0000 but how do you uninstall the setup.sh? i have uninstall the webmin through its ports (deinstall) but every time i use again the setup.sh to finish the installation of webmin the server still read the old setup.sh configuration ( i can't set anymore the port,logs directory,username, etc.) How will i do that? On Sat, May 24, 2008 at 1:40 PM, Sahil Tandon wrote: > * Ruel Luchavez [05-24-2008]: > > > Guys, how do you uninstall the setup of webmin (setu.sh)? i allready > search > > all the directory of > > my webmin but i cant find the unistall.sh? > > setup.sh would have created uninstall.sh, but files/patch-aa disables this: > > /usr/ports/sysutils/webmin/files/patch-aa:+nouninstall="yes" > > Look in setup.sh and you can see the few commands executed by the uninstall > script. > > -- > Sahil Tandon >