Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Jan 2003 20:53:23 +0200
From:      Willie Viljoen <will@unfoldings.net>
To:        freebsd-questions@freebsd.org
Subject:   Re: Misc questions (reposted, first reply only went out to origional user requesting it)
Message-ID:  <200301252053.23768.will@unfoldings.net>

next in thread | raw e-mail | index | archive | help
On Saturday 25 January 2003 20:32, pura life CR wrote:
> Hi, I am freebsd user, I have few misc questions:
>
> 1. Where can i get the source code of the "daemon" saver? I want to kno=
w
> how the logo can "jump" in the screen.

/usr/src/sys/modules/syscons/daemon/daemon_saver.c

>
> 2. What command can i use if I want to crypt a word and I see it encryp=
oted
> just like the /etc/master.passwd file? For example, I want to know how =
the
> password "foobar" would be encrypted in /etc/master.passwd if It would =
be
> my real passwd.

This would not be done with a command. It is done with a call to the cryp=
t()=20
function in libcrypt. You may see the crypt(3) manpage for more informati=
on=20
(type man 3 crypt at your command prompt)

>
> 3. Where can I get more informacion about svr4 and linux emulation?, Wh=
at
> does this emulation consist on? Can I run linux and svr4 binaries?.
>

See section 20 (Linux Binary Compatibility) in the FreeBSD handbook. If y=
ou=20
installed the doc distribution, the handbook is in=20
/usr/share/doc/handbook/index.html on your file system. The SVR4 emulatio=
n=20
works in the same way as the Linux emulation, so the section of the handb=
ook=20
applies here too.

> That's all for now.
>
> regards,
>
> _________________________________________________________________
>
>
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message

--=20
Willie Viljoen
Freelance IT Consultant

214 Paul Kruger Avenue, Universitas
Bloemfontein
9321
South Africa

+27 51 522 15 60
+27 51 522 44 36 (after hours)
+27 82 404 03 27 (mobile)

will@unfoldings.net

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301252053.23768.will>