On Dec 1, 2006, at 10:38 AM, Jean-Paul Natola wrote:
I wanted to have the /var/spool/exim/ subdirecotries (scan , input db,
msglog) run in the /usr slice (as it has ample space)
So I MOVED exim to /usr/var2 and ran
ln -s /var/spool/exim /usr/var2/exim
but I don't think that's right
Yep. You need to reverse the order of the arguments to "ln -s"; the
first argument should be the actual, existing file or directory.
--
-Chuck
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"