Changeset 2564
- Timestamp:
- Oct 5, 2016, 2:12:03 PM (4 years ago)
- Location:
- lliurex-pmb/trunk/fuentes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-pmb/trunk/fuentes/debian/changelog
r1694 r2564 1 lliurex-pmb (0.33ubuntu1) UNRELEASED; urgency=medium 2 3 * Solved problem with dnsmasq if nameserver is Biblioteca 4 5 -- David Montalva Furio <montalva_dav@gva.es> Wed, 05 Oct 2016 14:10:25 +0200 6 1 7 lliurex-pmb (0.33) xenial; urgency=medium 2 8 -
lliurex-pmb/trunk/fuentes/install.lliurex-pmb/usr/sbin/lliurex-pmb
r1694 r2564 63 63 64 64 fi 65 if [ "$hostname" != "biblioteca"]; then65 if [[ "$hostname" != "biblioteca" ]] && [[ "$hostname" != "Biblioteca" ]]; then 66 66 #echo "cname=biblioteca."$INTERNA","$hostname"."$INTERNA >> /var/lib/dnsmasq/config/pmb 67 67 n4d-client -h localhost -k $MAGIC_KEY -m set_internal_dns_entry -c Dnsmasq -a biblioteca
Note: See TracChangeset
for help on using the changeset viewer.