Page MenuHomeFreeBSD

pkgbase: Fix csh /root/.cshrc
AbandonedPublic

Authored by manu on May 27 2024, 6:27 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Oct 12, 1:01 AM
Unknown Object (File)
Sat, Oct 11, 1:38 PM
Unknown Object (File)
Sat, Oct 11, 1:38 PM
Unknown Object (File)
Sat, Oct 11, 5:22 AM
Unknown Object (File)
Wed, Oct 1, 6:37 AM
Unknown Object (File)
Sun, Sep 28, 2:55 AM
Unknown Object (File)
Sun, Sep 14, 8:12 PM
Unknown Object (File)
Jul 27 2025, 3:48 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