Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F113892349
D49439.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
664 B
Referenced Files
None
Subscribers
None
D49439.id.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D49439: bectl: Print activate message in a single line
Attached
Detach File
Event Timeline
Log In to Comment