Re: How to update binary-files?

2004-04-19 Thread R. Zoontjens
Oliver Fuchs wrote:
Hi,

I would like to know how to upgrade binary-files on my FreeBSD system.


Take a look at 'freebsd-update' in the ports dir (Category security).

And here for some explanation and arguments: 
http://www.daemonology.net/freebsd-update/binup.html

You have to do the 1st update from a RELEASE.
If you make custom kernels or 'make world', this may not be for you. 
Only updates for the GENERIC kernel are supported (but you could use 
kernel modules for additional functionality and still use freebsd-update).

---
Met vriendelijke groet / with kind regards,
Richard Zoontjens
Radécom B.V.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to update binary-files?

2004-04-13 Thread Matthew Seaman
On Tue, Apr 13, 2004 at 07:40:10AM +0200, Oliver Fuchs wrote:

 I would like to know how to upgrade binary-files on my FreeBSD system.
 
 I get them from a vendor on 4 CDs.
 I have read how to upgrade the kernel, the port and the base system but I
 cannot find a documentation how to upgrade these installed binary-packages
 from my new cdroms?

Upgrading ports/pkgs is handled separately to dealing with the base
system.  However a 'pkg' is just the compiled form of a 'port' and the
two are essentially interchangeable.  You can use the usual
portupgrade(1) tools to upgrade compiled packages -- see the entry for
the '-P' flag in portupgrade(1).

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgp0.pgp
Description: PGP signature


Re: How to update binary-files?

2004-04-13 Thread Oliver Fuchs
On Tue, 13 Apr 2004, [EMAIL PROTECTED] wrote:

 Hello Oliver,
 
 Try:
  # cd /cdrom/base; ./install.sh
  # cd /cdrom/ports; ./install.sh
 and so on.
 
 Read INSTALL.HTM-2 Distribution Format on the CD.

Yes but I do not want to upgrade the base system but instead the
non-base-system binaries that came along on 4 CDS (and the have not been on
the first or the second - the Live-System - CD).

For example I have installed a binary from the 6th CD called
FreeBSD_for_newbies_1.0. Now I want to upgrade to a new version
FreeBSD_for_newbies_2.0 withou doing pkg_delete and pkg_add. Isn't there a
possibility like pkg_update that can do an automatic upgrade of binary
files?

Oliver
-- 
... don't touch the bang bang fruit
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to update binary-files? (solved)

2004-04-13 Thread Oliver Fuchs
On Tue, 13 Apr 2004, Matthew Seaman wrote:

 On Tue, Apr 13, 2004 at 07:40:10AM +0200, Oliver Fuchs wrote:
 
  I would like to know how to upgrade binary-files on my FreeBSD system.
  
  I get them from a vendor on 4 CDs.
  I have read how to upgrade the kernel, the port and the base system but I
  cannot find a documentation how to upgrade these installed binary-packages
  from my new cdroms?
 
 Upgrading ports/pkgs is handled separately to dealing with the base
 system.  However a 'pkg' is just the compiled form of a 'port' and the
 two are essentially interchangeable.  You can use the usual
 portupgrade(1) tools to upgrade compiled packages -- see the entry for
 the '-P' flag in portupgrade(1).
 

Ah thanx that was the documentation I have searched

env PKG_PATH=/mnt/cdrom/package/ALL portupgrade -anPP

Thanx for this. This should be documented in the handbook but as far as I
can see there is nothing mentioned how to upgrade the binaries.

So thanx to all who have answered.

Oliver
-- 
... don't touch the bang bang fruit
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to update binary-files? (solved)

2004-04-13 Thread Oliver Fuchs
On Tue, 13 Apr 2004, Matthew Seaman wrote:

 On Tue, Apr 13, 2004 at 07:40:10AM +0200, Oliver Fuchs wrote:
 
  I would like to know how to upgrade binary-files on my FreeBSD system.
  
  I get them from a vendor on 4 CDs.
  I have read how to upgrade the kernel, the port and the base system but I
  cannot find a documentation how to upgrade these installed binary-packages
  from my new cdroms?
 
 Upgrading ports/pkgs is handled separately to dealing with the base
 system.  However a 'pkg' is just the compiled form of a 'port' and the
 two are essentially interchangeable.  You can use the usual
 portupgrade(1) tools to upgrade compiled packages -- see the entry for
 the '-P' flag in portupgrade(1).
 

Ah thanx that was the documentation I have searched

env PKG_PATH=/mnt/cdrom/package/ALL portupgrade -anPP

Thanx for this. This should be documented in the handbook but as far as I
can see there is nothing mentioned how to upgrade the binaries.

So thanx to all who have answered.

Oliver
-- 
... don't touch the bang bang fruit
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


How to update binary-files?

2004-04-12 Thread Oliver Fuchs
Hi,

I would like to know how to upgrade binary-files on my FreeBSD system.

I get them from a vendor on 4 CDs.
I have read how to upgrade the kernel, the port and the base system but I
cannot find a documentation how to upgrade these installed binary-packages
from my new cdroms?

Oliver
-- 
... don't touch the bang bang fruit
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to update binary-files?

2004-04-12 Thread vasilkin
Hello Oliver,

Try:
 # cd /cdrom/base; ./install.sh
 # cd /cdrom/ports; ./install.sh
and so on.

Read INSTALL.HTM-2 Distribution Format on the CD.



Tuesday, April 13, 2004, 9:40:10 AM, you wrote:

OF Hi,

OF I would like to know how to upgrade binary-files on my FreeBSD system.

OF I get them from a vendor on 4 CDs.
OF I have read how to upgrade the kernel, the port and the base system but I
OF cannot find a documentation how to upgrade these installed binary-packages
OF from my new cdroms?

OF Oliver



-- 
Best regards,
 vasilkinmailto:[EMAIL PROTECTED]

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