Page MenuHomeFreeBSD

pkgbase: Fix csh /root/.cshrc
AbandonedPublic

Authored by manu on May 27 2024, 6:27 AM.
Tags
None
Referenced Files
F152558019: D45377.diff
Wed, Apr 15, 4:36 PM
Unknown Object (File)
Sat, Apr 11, 2:43 PM
Unknown Object (File)
Sat, Apr 4, 10:34 AM
Unknown Object (File)
Thu, Apr 2, 11:11 AM
Unknown Object (File)
Feb 27 2026, 10:27 PM
Unknown Object (File)
Feb 8 2026, 10:22 AM
Unknown Object (File)
Jan 30 2026, 11:35 PM
Unknown Object (File)
Jan 10 2026, 4:44 PM

Details

Reviewers
bapt
emaste
Group Reviewers
pkgbase
Summary

The file is correctly taggued as a config file but installing the hardlink
somehow break the metalog and the config tag is lost.
Tag the link as config to fix this issue.

Reported by: Graham Perrin <grahamperrin@gmail.com>
Sponsored by: Beckhoff Automation GmbH & Co. KG

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 57929
Build 54817: arc lint + arc unit

Event Timeline

manu requested review of this revision.May 27 2024, 6:27 AM
This revision is now accepted and ready to land.May 27 2024, 6:38 AM

Nit (if the summary will be the commit message), taggued and break should be:

tagged

breaks

Thanks!

emaste added a subscriber: emaste.
emaste added inline comments.
bin/csh/Makefile
167

do you want to extend this comment to also mention the ,config addition?

It doesn't work for some reason but I think that we should simple remove the hardlink, see D45382