Page MenuHomeFreeBSD

jail(8): replace bsdinstall with bsdconfig
ClosedPublic

Authored by bhd on Aug 16 2018, 6:03 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Mar 11, 6:10 PM
Unknown Object (File)
Tue, Feb 25, 5:31 AM
Unknown Object (File)
Feb 6 2025, 1:21 AM
Unknown Object (File)
Feb 5 2025, 3:26 AM
Unknown Object (File)
Jan 26 2025, 10:11 PM
Unknown Object (File)
Jan 26 2025, 10:05 PM
Unknown Object (File)
Jan 12 2025, 8:31 AM
Unknown Object (File)
Jan 5 2025, 5:34 PM
Subscribers

Details

Summary

In r324732 sysinstall was replaced by bsdinstall. However, for post-install configuration, bsdinstall is not of much use. Point the user to bsdconfig instead.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 18862

Event Timeline

0mp added inline comments.
jail/jail.8
1036

I cannot comment on the change from bsdinstall to bsdconfig but shouldn't we use a cross reference (Xr bsdconfig 8) here instead of a path to the program?

You need to bump the .Dd at the top of the man page as this is a content change.
Cross referencing bsdconfig would indeed be helpful.

.Xr bsdconfig 8 instead of a path to the program as suggested by 0mp.

bhd marked an inline comment as done.Aug 17 2018, 5:39 PM
In D16751#356681, @bcr wrote:

You need to bump the .Dd at the top of the man page as this is a content change.
Cross referencing bsdconfig would indeed be helpful.

Thanks bcr, I will bump .Dd when ready to commit.

jail/jail.8
1036

I totally agree on that! I've updated the patch.

Looks good, approved for commit.

This revision is now accepted and ready to land.Aug 17 2018, 8:08 PM
This revision was automatically updated to reflect the committed changes.
bhd marked an inline comment as done.