omestre wrote: > + * Copyright (c) 2002 Marcelo Leal This is generally frowned upon, but not strictly prohibited, if the code changes are significant.
> - * This product includes software developed by the University of > - * California, Lawrence Berkeley Laboratory and its contributors. > + * This product includes software developed by the University of > + * California, Lawrence Berkeley Laboratory and its contributors. This is just plain gratuitous. > - * $NetBSD: krpc_subr.c,v 1.10 1995/08/08 20:43:43 gwr Exp $ > + * $NetBSD: krpc_subr.c,v 1.10 1995/08/08 20:43:43 gwr Exp $ Uh... FreeBSD. > @@ -56,14 +57,11 @@ > #include <sys/socketvar.h> > #include <sys/sysctl.h> > #include <sys/uio.h> > - > #include <net/if.h> > #include <net/route.h> > - [ ... ] Gratuitous. [ ... rest of patch: mostly inoffensive ... ] > + /* The start... */ > + printf("---------------------------------FILE HANDLE PATCH\n", "%s"); > + printf("\033\[01\;34mCia de Processamento de Dados do Rio Grande do > Sul\033\[0m\n", "%s"); > + printf("--------------------------------------------------\n", "%s"); > + setup_nfsdiskless(); > + printf("--------------------------------------------------\n", "%s"); ...except this part. 1) Adding a printed copyright is really unacceptable. 2) Putting out a huge visual block is annoying; not only does the user not care to know this, the static strings are useless repetitive and long, in an area where data space is at a premium. 3) Use of ANSI escape sequences assumes a console that can interpret them; not all consoles will be able to do so, so this is prohibited, period. -- Terry To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message