Page MenuHomeFreeBSD

D49439.id.diff
No OneTemporary

D49439.id.diff

diff --git a/sbin/bectl/bectl.c b/sbin/bectl/bectl.c
--- a/sbin/bectl/bectl.c
+++ b/sbin/bectl/bectl.c
@@ -179,13 +179,15 @@
/* activate logic goes here */
if ((err = be_activate(be, argv[0], temp)) != 0)
/* XXX TODO: more specific error msg based on err */
- printf("Did not successfully activate boot environment %s\n",
+ printf("Did not successfully activate boot environment %s",
argv[0]);
else
- printf("Successfully activated boot environment %s\n", argv[0]);
+ printf("Successfully activated boot environment %s", argv[0]);
if (temp)
- printf("for next boot\n");
+ printf(" for next boot");
+
+ printf("\n");
return (err);
}

File Metadata

Mime Type
text/plain
Expires
Sun, Apr 6, 5:11 AM (2 h, 14 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17256704
Default Alt Text
D49439.id.diff (664 B)

Event Timeline