freebsd-dev/sbin/mdconfig
Hiroki Sato 4103b0b025 Return 0 if:
1. "-u N" specified, no -f, and mdN found,
  2. no -u, "-f /pathname" specified, and mdN associated with /pathname found,
  3. "-u N" specified, "-f /pathname" specified, and both of them found,
  4. "-l" specified and no -f,
  5. "-l" specified, "-f /pathname" specified, and /pathname found.

otherwise return -1.

Spotted by:	Julian H. Stacey
2013-10-24 01:06:44 +00:00
..
Makefile Remove ancient vnconfig symlink 2012-07-07 17:20:27 +00:00
mdconfig.8 mdoc: remove EOL whitespace. 2013-06-29 16:05:44 +00:00
mdconfig.c Return 0 if: 2013-10-24 01:06:44 +00:00