Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chown: link to chgrp in the same bin folder #133

Closed
wants to merge 1 commit into from
Closed

chown: link to chgrp in the same bin folder #133

wants to merge 1 commit into from

Commits on Mar 21, 2018

  1. chown: link to chgrp in the same bin folder

    chown creates a link from /usr/sbin/chown to /usr/bin/chgrp
    instead of staying in the same bin-folder, e.g. /usr/sbin/chgrp.
    
    it makes install world fail if one creates sepearate ZFS datasets
    for /usr/bin and /usr/sbin -- cross-filesystem link fails.
    
    BUG
    
    % find /usr/src -type f -name Makefile | \
    	xargs grep --color '^LINKS' | \
    	grep -v '\(\(BIN\|LIB\|FILES\|SCRIPTS\)DIR\).*\1'
    ./usr.sbin/chown/Makefile:LINKS=        ${BINDIR}/chown /usr/bin/chgrp
    Samvel Khalatyan authored and skhal committed Mar 21, 2018
    Copy the full SHA
    5e5759f View commit details
    Browse the repository at this point in the history