mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
FreeBSD-current no longer supports the owner.group syntax for chown
This commit is contained in:
parent
85b6bb484e
commit
84b31563bd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=49348
@ -169,7 +169,7 @@ POST-INSTALL)
|
||||
echo "fi" >> ${startup_script};
|
||||
fi
|
||||
chmod 755 ${startup_script};
|
||||
chown bin.bin ${startup_script};
|
||||
chown bin:bin ${startup_script};
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user