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)
Sat, Nov 30, 5:08 AM
Unknown Object (File)
Fri, Nov 22, 9:29 PM
Unknown Object (File)
Thu, Nov 21, 9:47 AM
Unknown Object (File)
Tue, Nov 19, 5:49 PM
Unknown Object (File)
Tue, Nov 19, 2:42 PM
Unknown Object (File)
Mon, Nov 18, 10:13 PM
Unknown Object (File)
Thu, Nov 14, 5:36 PM
Unknown Object (File)
Thu, Nov 14, 1:56 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