Date: Thu, 5 Apr 2001 17:48:11 -0400 (EDT) From: "Dan H." <danh@nofx.eagle.ca> To: G D McKee <freebsd@gdmckee.com> Cc: Thomas Lau <lkthomas@hkicable.com>, freebsd-questions@FreeBSD.ORG Subject: Re: webmin Port Broken Message-ID: <Pine.BSF.4.21.0104051745440.51799-100000@nofx.eagle.ca> In-Reply-To: <002201c0be17$f3e0dfe0$0500a8c0@gdmckee.local>
index | next in thread | previous in thread | raw e-mail
On Thu, 5 Apr 2001, G D McKee wrote:
> Sounds like you have deleted the port info regarding the port. Try
> cvsupping your ports collection and it should restore the files you have
> deleted.
Hi Gordon,
Will these instructions work to cvsup?
--------------------------------------------------------------
If not already done, install the CVSup package.
# cd /usr/ports/net/cvsup-bin && make && make install && make clean
Create /usr/src/stable-supfile:
*default host=cvsup4.FreeBSD.org (Pick a mirror near you)
*default base=/usr
*default prefix=/usr
*default release=cvs tag=RELENG_4
*default delete use-rel-suffix
*default compress
src-all
ports-all tag=.
Create /usr/local/bin/cvsrun:
#!/bin/sh
echo Subject: `hostname` weekly cvsup run output
/usr/local/bin/cvsup -g -L 2 /usr/src/stable-supfile
Make the scripts executable by root only:
# chown root:wheel /usr/local/bin/cvsrun
# chmod u+x /usr/local/bin/cvsrun
Edit /etc/crontab to run CVSup every Friday night:
# Run cvsup every Friday night at 10:00 pm.
0 22 * * 5 root /usr/local/bin/cvsrun | sendmail root
Run cvsup to update the sources:
# /usr/local/bin/cvsrun
---------------------------------------------------------------
Thanks!
--Dan
>
> ----- Original Message -----
> From: "Dan H." <danh@nofx.eagle.ca>
> To: "Thomas Lau" <lkthomas@hkicable.com>
> Cc: <freebsd-questions@freebsd.org>
> Sent: Thursday, April 05, 2001 10:00 PM
> Subject: Re: webmin Port Broken
>
>
> > On Fri, 6 Apr 2001, Thomas Lau wrote:
> >
> > > try to make clean and make and make install again
> >
> > Thanks, but I get:
> >
> > In dir -> /usr/ports/sysutils/webmin/ {134} % make clean
> > make: don't know how to make clean. Stop
> >
> > Any other idears?
> >
> >
> > --Dan
> >
> >
> > > ----- Original Message -----
> > > From: "Dan H." <danh@nofx.eagle.ca>
> > > To: <freebsd-questions@FreeBSD.ORG>
> > > Sent: Friday, April 06, 2001 4:42 AM
> > > Subject: webmin Port Broken
> > >
> > >
> > > > Greetings,
> > > >
> > > > My webmin stopped working (not sure why), so I tried to deinstall, and
> > > > then reinstall from /usr/ports/sysutils/webmin directory, but I got a
> > > > bunch of errors.
> > > >
> > > > I would like to download 0.85 which I think is the latest, but I
> deleted
> > > > the webmin directory and make install won`t work. So I thought about
> doing
> > > > this from the sysutils directory, but of course this will install all
> > > > sysutils ports, which I don`t want.
> > > >
> > > > My webmin dir is empty right now -- doing "make install" from the
> webmin
> > > > dir comes back with an error.
> > > >
> > > > Any suggestions?
> > > >
> > > >
> > > > Thanks,
> > > >
> > > >
> > > > --Dan
> > > >
> > > > Running 4.2 RELEASE.
> > > >
> > > >
> > > >
> > > > To Unsubscribe: send mail to majordomo@FreeBSD.org
> > > > with "unsubscribe freebsd-questions" in the body of the message
> > > >
> > > >
> > >
> > >
> >
> >
> > To Unsubscribe: send mail to majordomo@FreeBSD.org
> > with "unsubscribe freebsd-questions" in the body of the message
> >
> >
>
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message
>
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0104051745440.51799-100000>
