Deleted Added
full compact
NOTES (156220) NOTES (156326)
1# $FreeBSD: head/sys/conf/NOTES 156220 2006-03-02 19:45:59Z thompsa $
1# $FreeBSD: head/sys/conf/NOTES 156326 2006-03-05 22:52:17Z yar $
2#
3# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
4#
5# Lines that begin with 'device', 'options', 'machine', 'ident', 'maxusers',
6# 'makeoptions', 'hints', etc. go into the kernel configuration that you
7# run config(8) with.
8#
9# Lines that begin with 'hint.' are NOT for config(8), they go into your

--- 474 unchanged lines hidden (view full) ---

484
485options NETATALK #Appletalk communications protocols
486options NETATALKDEBUG #Appletalk debugging
487
488#
489# SMB/CIFS requester
490# NETSMB enables support for SMB protocol, it requires LIBMCHAIN and LIBICONV
491# options.
2#
3# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
4#
5# Lines that begin with 'device', 'options', 'machine', 'ident', 'maxusers',
6# 'makeoptions', 'hints', etc. go into the kernel configuration that you
7# run config(8) with.
8#
9# Lines that begin with 'hint.' are NOT for config(8), they go into your

--- 474 unchanged lines hidden (view full) ---

484
485options NETATALK #Appletalk communications protocols
486options NETATALKDEBUG #Appletalk debugging
487
488#
489# SMB/CIFS requester
490# NETSMB enables support for SMB protocol, it requires LIBMCHAIN and LIBICONV
491# options.
492# NETSMBCRYPTO enables support for encrypted passwords.
493options NETSMB #SMB/CIFS requester
492options NETSMB #SMB/CIFS requester
494options NETSMBCRYPTO #encrypted password support for SMB
495
496# mchain library. It can be either loaded as KLD or compiled into kernel
497options LIBMCHAIN
498
499# libalias library, performing NAT
500options LIBALIAS
501
502# altq(9). Enable the base part of the hooks with the ALTQ option.

--- 2112 unchanged lines hidden ---
493
494# mchain library. It can be either loaded as KLD or compiled into kernel
495options LIBMCHAIN
496
497# libalias library, performing NAT
498options LIBALIAS
499
500# altq(9). Enable the base part of the hooks with the ALTQ option.

--- 2112 unchanged lines hidden ---