Page MenuHomeFreeBSD

pkgbase: Fix csh /root/.cshrc
AbandonedPublic

Authored by manu on May 27 2024, 6:27 AM.
Tags
None
Referenced Files
F102994317: D45377.diff
Tue, Nov 19, 2:42 PM
F102932379: D45377.diff
Mon, Nov 18, 10:13 PM
Unknown Object (File)
Thu, Nov 14, 5:36 PM
Unknown Object (File)
Thu, Nov 14, 1:56 PM
Unknown Object (File)
Thu, Nov 7, 4:13 PM
Unknown Object (File)
Wed, Oct 23, 2:57 AM
Unknown Object (File)
Oct 16 2024, 9:53 PM
Unknown Object (File)
Oct 14 2024, 4:51 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