Return to BSD News archive
Path: sserve!newshost.anu.edu.au!harbinger.cc.monash.edu.au!simtel!zombie.ncsc.mil!news.mathworks.com!gatech!howland.reston.ans.net!Germany.EU.net!zib-berlin.de!news.cs.uni-magdeburg.de!RRZ.Uni-Koeln.DE!rm600!hajji From: hajji@rm600 (Farid Hajji) Newsgroups: comp.unix.bsd.freebsd.misc Subject: AFS under FreeBSD? Date: 11 May 1995 13:34:03 GMT Organization: Regional Computing Center, University of Cologne Lines: 19 Message-ID: <3ot3ob$bp@news.rrz.uni-koeln.de> Reply-To: hajji@rm600.me-verw.uni-koeln.de NNTP-Posting-Host: rm600.me-verw.uni-koeln.de X-Newsreader: TIN [version 1.1 PL9] Hi all! Sorry if this is a FAQ: where can we get an implementation of the afs for FreeBSD 2.0 (2.0-950412-SNAP)? Thanks. Please reply by email. -- ------------------------------------------------------------------------- Farid Hajji Systemadministrator University of Cologne, Medical Dpt., Administrative Computer Center. Voice: +49 221 478 5795 email: hajji@rm600.me-verw.uni-koeln.de Q: Write a program that puts itself on the screen. A: #include <stdio.h> main() { puts("itself"); } -------------------------------------------------------------------------