]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
bectl: push space-in-name check down into libbe
authorKyle Evans <kevans@FreeBSD.org>
Sun, 3 Apr 2022 02:04:31 +0000 (21:04 -0500)
committerKyle Evans <kevans@FreeBSD.org>
Wed, 6 Apr 2022 03:37:07 +0000 (22:37 -0500)
commit227e52a9c0b0be9656757fec47a2648f5619bf67
tree68515772dc31b20b4f3979dd910f3881f2e6f2c6
parent0e90da6549d177874437dc2e7bab085873538da2
bectl: push space-in-name check down into libbe

This check was previously in `create` only, not applying to renames.  It
should really be applied at the libbe level, so that we can avoid
writing about this restriction over and over again.

While we're here: `bectl rename` always succeeds, even when it doesn't.
Start returning the error.

Reported By: Christian McDonald <cmcdonald netgate com>

(cherry picked from commit dadb9c70938c4ae2c260f6af65752c67ac752284)
lib/libbe/be.c
sbin/bectl/bectl.c