summaryrefslogtreecommitdiffstats
path: root/usr.sbin/wlconfig
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-05-31 11:47:20 +0000
committerru <ru@FreeBSD.org>2001-05-31 11:47:20 +0000
commit8a1fd26292643530761d412e06ddd50a6a782bd1 (patch)
treec8c96f0ca9422decea8ce9cf92e4b02a33912fad /usr.sbin/wlconfig
parent281cddbde10c67acbca2098b9836161675157c35 (diff)
downloadFreeBSD-src-8a1fd26292643530761d412e06ddd50a6a782bd1.zip
FreeBSD-src-8a1fd26292643530761d412e06ddd50a6a782bd1.tar.gz
Fixed the bug from the previous revision.
``chown -h owner symlink'' did not set the symlink's owner if the file the symlink points to already had that owner: # ls -l alink afile -rw-r--r-- 1 nobody ru 0 May 31 14:14 afile lrwxr-xr-x 1 root ru 5 May 31 14:14 alink -> afile # ./chown -h -v nobody alink # ls -l alink afile -rw-r--r-- 1 nobody ru 0 May 31 14:14 afile lrwxr-xr-x 1 root ru 5 May 31 14:14 alink -> afile Similarly for chgrp(1) and chmod(1).
Diffstat (limited to 'usr.sbin/wlconfig')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud