Explorar el Código

It's unlikely that conventional email will be wanted on a mesh, but not totally infeasible

i.e. the transport mechanism could be p2p
Bob Mottram hace 9 años
padre
commit
e3dfb3eb53
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      src/freedombone-image-mesh

+ 1
- 0
src/freedombone-image-mesh Ver fichero

124
     DEFAULT_DOMAIN_NAME="$1"
124
     DEFAULT_DOMAIN_NAME="$1"
125
 
125
 
126
     echo "$DEFAULT_DOMAIN_NAME" > /etc/hostname
126
     echo "$DEFAULT_DOMAIN_NAME" > /etc/hostname
127
+    echo "$DEFAULT_DOMAIN_NAME" > /etc/mailname
127
     hostname $DEFAULT_DOMAIN_NAME
128
     hostname $DEFAULT_DOMAIN_NAME
128
 
129
 
129
     if grep -q "127.0.1.1" /etc/hosts; then
130
     if grep -q "127.0.1.1" /etc/hosts; then