Re: Uninstall Webmin

2008-05-24 Thread Ruel Luchavez
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 [EMAIL PROTECTED] wrote:

 * Ruel Luchavez [EMAIL PROTECTED] [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 [EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Uninstall Webmin

2008-05-24 Thread Ruel Luchavez
Yap I tried it..many times..But still it doesn't work



On Sat, May 24, 2008 at 4:01 PM, Johan Dowdy [EMAIL PROTECTED] wrote:

 Have you tried,

 make clean
 and then
 make configure

 -J

 - Original Message -
 From: [EMAIL PROTECTED] 
 [EMAIL PROTECTED]
 To: freebsd-questions@freebsd.org freebsd-questions@freebsd.org; Ruel
 Luchavez [EMAIL PROTECTED]
 Sent: Sat May 24 00:37:14 2008
 Subject: Re: Uninstall Webmin

 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 [EMAIL PROTECTED] wrote:

  * Ruel Luchavez [EMAIL PROTECTED] [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 [EMAIL PROTECTED]
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 [EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Uninstall Webmin

2008-05-24 Thread Matthias Fechner

Hi Ruel,

Ruel Luchavez wrote:

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?


why not use:
pkg_delete webmin-1.410_1

Bye
Matthias

--

Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning. --
Rich Cook
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Uninstall Webmin

2008-05-24 Thread Sahil Tandon
* Ruel Luchavez [EMAIL PROTECTED] [05-24-2008]:

 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.)

It is difficult to understand your exact problem or question, but does 
/usr/local/etc/webmin/ exist by any chance?  It was probably (since you 
modified its contents, this is a good thing) not deleted by 'make deinstall'. 
 So:

# rm -rf /usr/local/etc/webmin  /usr/local/lib/webmin/setup.sh

-- 
Sahil Tandon [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Uninstall Webmin

2008-05-23 Thread Ruel Luchavez
Hi,


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?


any idea here?
Cheers
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Uninstall Webmin

2008-05-23 Thread Sahil Tandon
* Ruel Luchavez [EMAIL PROTECTED] [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 [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]