Re: What is the difference between FreeBSD and OpenBSD...

2002-11-28 Thread Jean-Yves Lefort
On Wed, Nov 27, 2002 at 04:13:05PM -0700, Mark Phillips wrote:
> What is the difference between FreeBSD and OpenBSD? 
> 
> Which flavor of BSD is the most secure straight out of the box?

I asked the same question (or uttered the same troll, some might say)
a few months ago:

http://naughty.monkey.org/openbsd/archive/misc/0202/threads.html#00111

Regards,
Jean-Yves Lefort

-- 
Jean-Yves Lefort

[EMAIL PROTECTED]
http://void.adminz.be/



msg10453/pgp0.pgp
Description: PGP signature


make installworld & obsolete files

2002-10-06 Thread Jean-Yves Lefort

Hi all,

Is the make installworld command deleting files belonging to older
FreeBSD versions and no longer present in the version being installed?

If no, is there a reliable way to identify those files in order to be
able to delete them by hand?

Regards,
Jean-Yves Lefort

-- 
Jean-Yves Lefort

[EMAIL PROTECTED]
http://void.adminz.be/



msg04142/pgp0.pgp
Description: PGP signature


Tracking files installed by make installworld

2002-10-01 Thread Jean-Yves Lefort

Hi,

I recently decided to tailor the FreeBSD installation of my gateway
and only build the components of the base system that I really need:

--- /etc/make.conf snippet ---
NO_FORTRAN= true
NO_I4B= true
NO_IPFILTER=true
NO_SENDMAIL=true
NO_X=   true
NOGAMES=true
NOUUCP= true
--

My next make world will not install those components, but how can I
remove the old files? How can I know the packaging list of the
components?

Best regards,
Jean-Yves Lefort

-- 
Jean-Yves Lefort

[EMAIL PROTECTED]
http://void.adminz.be/



msg03536/pgp0.pgp
Description: PGP signature


freebsd-questions@freebsd.org

2002-07-16 Thread Jean-Yves Lefort

On Tue, 16 Jul 2002 08:05:53 GMT
Abc Xyz <[EMAIL PROTECTED]> wrote:

> i just installed 4.6-RELEASE, and notice that
> the '2>&-' sh (FBSD) construct seems to be broken.
> i am going thru all my scripts having to change
> it to /dev/null ...
> 
> i figure it's not realistic to assume a bug this
> obvious would make it to release stage, so my
> question is - is something else going on?
> or is this just due to changes in 'sh'?
> is it a bug?  or is it a permenent change?

You probably come from a Linux background, where /bin/sh is generally
symlinked to /bin/bash.

On FreeBSD, /bin/sh is the historical UNIX shell, the Bourne Shell.
The '&>' (aka '>&') construct is a bashism, and won't work using
/bin/sh.

The /bin/sh equivalent of bash's 'cat foo &>file' is 'cat foo >file
2>&1'.

Regards,
Jean-Yves Lefort

-- 
Jean-Yves Lefort

[EMAIL PROTECTED]
http://void.adminz.be/

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: problems with sendmail on freebsd 4.6-stable

2002-07-16 Thread Jean-Yves Lefort

On Tue, 16 Jul 2002 14:24:20 +0200
Leo De Geer <[EMAIL PROTECTED]> wrote:

> im geting time out on delivery from localhost then im trying to send
> from my websight but if i use ti as relay from another computer it
> work as it shold

JEFFK? Is that you dude?

-- 
Jean-Yves Lefort

[EMAIL PROTECTED]
http://void.adminz.be/

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message