Re: [CFR] Fix adduser's recognition of nologin

2004-09-20 Thread Josef El-Rayes
Peter Pentchev <[EMAIL PROTECTED]>:
> I could commit it if no one has any objections.

> Index: src/usr.sbin/adduser/adduser.sh
> ===
> RCS file: /home/ncvs/src/usr.sbin/adduser/adduser.sh,v
> retrieving revision 1.24
> diff -u -r1.24 adduser.sh
> --- src/usr.sbin/adduser/adduser.sh   28 Aug 2004 14:32:10 -  1.24
> +++ src/usr.sbin/adduser/adduser.sh   16 Sep 2004 11:43:23 -

[...]

hm, i cant see any difference between the removed and added lines.
did i oversee something?

greets, josef

-- 
Josef El-Rayes   (__)
Email:[EMAIL PROTECTED] \\\'',) 
Web:  http://daemon.li/ \/  \ ^
FreeBSD:  [EMAIL PROTECTED] .\._/_)


pgp0HBXliRdAI.pgp
Description: PGP signature


Re: GEOM + Vinum

2004-01-21 Thread Josef El-Rayes
Greg 'groggy' Lehey <[EMAIL PROTECTED]> wrote:
> And to answer another message: yes, Vinum on FreeBSD *must*
> be adapted to GEOM.  There's no other solution.

shouldn't we add this as a task item to the releng schedule?

-josef

-- 
Josef El-Rayes   (__)
Email:[EMAIL PROTECTED] \\\'',) 
Web:  http://daemon.li/ \/  \ ^
FreeBSD:  [EMAIL PROTECTED] .\._/_)


pgp0.pgp
Description: PGP signature


Re: freebsd-hackers Digest, Vol 42, Issue 6

2004-01-09 Thread Josef El-Rayes
Robert Klein <[EMAIL PROTECTED]> wrote:
> > > On Fri, 9 Jan 2004, Josef El-Rayes wrote:
> > i do not think that the order of the parameters
> > have any influence on the result.
> 
> No, but the filename has to be right after the f.  The following 
> commands work, and both have the same result:
> In this command tar(1) tries to extract the file "v".

have you noticed that i am _not_ using the '-'?
tar xvfj file.tar.bz2 <-

if you leave the '-' away then tar does not care
about the order of the parameters.

when you are using the dash before the arguments
than the 'f' has to be just before the filename.
tar -xvjf file.tar.bz2 <-

why this is the case i have not found out, perhaps
it is a features, or just a bug :)

-josef


pgp0.pgp
Description: PGP signature


Re: freebsd-hackers Digest, Vol 42, Issue 6

2004-01-09 Thread Josef El-Rayes
Lukas Ertl <[EMAIL PROTECTED]> wrote:
> On Fri, 9 Jan 2004, Josef El-Rayes wrote:
> > tar xvfj file.tar.bz2
> tar xvjf 

i do not think that the order of the parameters
have any influence on the result.

-josef


pgp0.pgp
Description: PGP signature


Re: freebsd-hackers Digest, Vol 42, Issue 8

2004-01-09 Thread Josef El-Rayes
YACINE GHANJAOUI <[EMAIL PROTECTED]> wrote:
> I have a problem when recompiling my Unix Kernel. I want to enable
> ipchains modules.
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html

greets, josef


pgp0.pgp
Description: PGP signature


Re: freebsd-hackers Digest, Vol 42, Issue 6

2004-01-09 Thread Josef El-Rayes
YACINE GHANJAOUI <[EMAIL PROTECTED]> wrote:
> Anyone help me how to untar a file with this extention file.tar.bz2 ?

tar xvfj file.tar.bz2
see man tar for details.

greets, josef


pgp0.pgp
Description: PGP signature


kernel design questions

2003-02-26 Thread Josef El-Rayes
hi!

i was looking for some kernel documentation and i had to find out it was
justas the words say it "use the source luke". 

so i just want ask whether the freebsd kernel can be called a monolithic
kernel? as far as i understood a monolithic kernel is just one big binary
that does not get modified during beeing loaded into memory and as freebsd
is able to load modules into kernel during runtime its not monolithic
anymore?

greets, josef
-- 
www: http://www.daemon.li
nic-hdl: JER1080312-NICAT

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


Re: Technical Differences of *BSD and Linux

2003-01-24 Thread Josef El-Rayes
Dear Arief,

as you can see your questions are not very welcome on the mailinglists, therefore i 
advice you to have a look at this book if you are interested in BSD's technical 
background

Title: The Design and Implementation of the 4.4BSD Operating System

Authors: McKusick, Bostic, Karels and Quarterman
Publisher: Addison-Wesley

4.4BSD is what NetBSD, OpenBSD and FreeBSD are basing on.

For Linux i cant help you.

Take this approach to read about technicals issues yourself, by finding the 
differences yourself you learn much more than being told.

greets, josef 

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