Re: lomac

2002-02-25 Thread Brian F. Feldman

Logan weaponx [EMAIL PROTECTED] wrote:
 Is there a reason lomac_enable isn't in /etc/defaults/rc.conf? I've only had 
 a brief look so excuse this email if i'm in error and the answer is 
 glaringly obvious.

It's mostly that it still needs several features of the kernel which aren't 
currently there to be fully-functionalI don't think there would be any harm 
in adding it, though, and saying as much in /etc/defaults/rc.conf :)

-- 
Brian Fundakowski Feldman   \'[ FreeBSD ]''\
   [EMAIL PROTECTED]   [EMAIL PROTECTED]  \  The Power to Serve! \
 Opinions expressed are my own.   \,,\



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



lomac

2002-02-02 Thread Logan weaponx

Is there a reason lomac_enable isn't in /etc/defaults/rc.conf? I've only had 
a brief look so excuse this email if i'm in error and the answer is 
glaringly obvious.

thanks thomas



_
Join the world’s largest e-mail service with MSN Hotmail. 
http://www.hotmail.com


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



Re: lomac import broke world

2001-11-27 Thread Nickolay Dudorov

In article [EMAIL PROTECTED]
Andrey A. Chernov [EMAIL PROTECTED] wrote:
 cc -O -pipe -march=pentiumpro -DSETPROCTITLE -DLOGIN_CAP -DVIRTUAL_HOSTING 
 -Wall
 -DINET6 -I/usr/src/libexec/ftpd -Dmain=ls_main 
 -I/usr/src/libexec/ftpd/../../bin/ls -DUSE_PAM
 -o ftpd ftpd.o ftpcmd.o logwtmp.o popen.o ls.o cmp.o 
 print.o
 util.o  -lmd -lcrypt -lutil -lopie -lpam
 ls.o: In function `display':
 ls.o(.text+0x9b0): undefined reference to `lomac_start'
 ls.o(.text+0xd02): undefined reference to `get_lattr'
 ls.o(.text+0xfe2): undefined reference to `lomac_stop'
 *** Error code 1

I use the next patch to buildworld :

N.Dudorov

Index: Makefile
===
RCS file: /scratch/CVS/src/libexec/ftpd/Makefile,v
retrieving revision 1.44
diff -b -u -r1.44 Makefile
--- Makefile9 Jul 2001 17:46:24 -   1.44
+++ Makefile27 Nov 2001 11:04:44 -
@@ -19,7 +19,7 @@
 
 LSDIR= ../../bin/ls
 .PATH: ${.CURDIR}/${LSDIR}
-SRCS+= ls.c cmp.c print.c util.c
+SRCS+= ls.c cmp.c print.c util.c lomac.c
 CFLAGS+=-Dmain=ls_main -I${.CURDIR}/${LSDIR}
 
 .if !defined(NOPAM)

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



lomac import broke world

2001-11-26 Thread Andrey A. Chernov

cc -O -pipe -march=pentiumpro -DSETPROCTITLE -DLOGIN_CAP -DVIRTUAL_HOSTING 
-Wall
 -DINET6 -I/usr/src/libexec/ftpd -Dmain=ls_main 
-I/usr/src/libexec/ftpd/../../bin/ls -DUSE_PAM
 -o ftpd ftpd.o ftpcmd.o logwtmp.o popen.o ls.o cmp.o 
print.o
util.o  -lmd -lcrypt -lutil -lopie -lpam
ls.o: In function `display':
ls.o(.text+0x9b0): undefined reference to `lomac_start'
ls.o(.text+0xd02): undefined reference to `get_lattr'
ls.o(.text+0xfe2): undefined reference to `lomac_stop'
*** Error code 1
-- 
Andrey A. Chernov
http://ache.pp.ru/

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



Re: lomac import broke world

2001-11-26 Thread Kenneth D. Merry

On Tue, Nov 27, 2001 at 08:13:38 +0300, Andrey A. Chernov wrote:
 cc -O -pipe -march=pentiumpro -DSETPROCTITLE -DLOGIN_CAP -DVIRTUAL_HOSTING 
 -Wall
  -DINET6 -I/usr/src/libexec/ftpd -Dmain=ls_main 
 -I/usr/src/libexec/ftpd/../../bin/ls -DUSE_PAM
  -o ftpd ftpd.o ftpcmd.o logwtmp.o popen.o ls.o cmp.o 
 print.o
 util.o  -lmd -lcrypt -lutil -lopie -lpam
 ls.o: In function `display':
 ls.o(.text+0x9b0): undefined reference to `lomac_start'
 ls.o(.text+0xd02): undefined reference to `get_lattr'
 ls.o(.text+0xfe2): undefined reference to `lomac_stop'
 *** Error code 1

me too.

Ken
-- 
Kenneth Merry
[EMAIL PROTECTED]

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