Document new MAC address behavior

This commit is contained in:
ridiculousfish 2013-01-08 02:43:14 -08:00
parent 552d8f394e
commit 91bf41cfce
2 changed files with 8 additions and 8 deletions

View file

@ -17,12 +17,12 @@ When no clients are connected, fishd will automatically shut down.
\subsection fishd-files Files
\c ~/.config/fish/fishd.HOSTNAME permanent storage location for universal
variable data. The data is stored as a set of \c set and \c set_export
commands such as would be parsed by fishd. The file must always be
stored in ASCII format. If an instance of fishd is running (which is
generally the case), manual modifications to ~/.fishd.HOSTNAME will be
lost. Do NOT edit this file manually!
\c ~/.config/fish/fishd.MACHINE_ID permanent storage location for universal
variable data. MACHINE_ID is generally based on the machine's MAC address.
The data is stored as a set of \c set and \c set_export commands such as
would be parsed by fishd. The file must always be stored in ASCII format.
If an instance of fishd is running (which is generally the case), manual
modifications to ~/.fishd.MACHINE_ID will be lost. Do NOT edit this file manually!
\c /tmp/fishd.socket.USERNAME the socket which fishd uses to communicate
with all clients.

View file

@ -1250,8 +1250,8 @@ shell:
end</pre>
<a href="#variables-universal">Universal variables</a> are stored in
the file .config/fish/fishd.HOSTNAME, where HOSTNAME is the name of your
computer. Do not edit this file directly, edit them through fish
the file .config/fish/fishd.MACHINE_ID, where MACHINE_ID is typically your
MAC address. Do not edit this file directly, edit them through fish
scripts or by using fish interactively instead.
\section other Other features