graysky2 / profile-sync-daemon

Symlinks and syncs browser profile dirs to RAM thus reducing HDD/SDD calls and speeding-up browsers.
https://wiki.archlinux.org/index.php/Profile-sync-daemon
Other
899 stars 84 forks source link

Portability: use `uname -n` instead of `hostname` #278

Closed ghen2 closed 3 years ago

ghen2 commented 3 years ago

as hostname is not defined by POSIX, so not guaranteed to work. This eliminates dependency on legacy inetutils package on Arch.