Updated pns.usr.f29 (added cdsmartlynq) and svc.usr.f29 (fixed postfix startup).
authorZoltán Felleg <zoltan.felleg@userrendszerhaz.hu>
Wed, 5 Dec 2018 13:34:08 +0000 (14:34 +0100)
committerZoltán Felleg <zoltan.felleg@userrendszerhaz.hu>
Wed, 5 Dec 2018 13:34:08 +0000 (14:34 +0100)
sources/pns.usr.f29/postinstall/install/var/named/228.10.in-addr.arpa.zone
sources/pns.usr.f29/postinstall/install/var/named/usr.user.hu.zone
sources/svc.usr.f29/firstboot/10_setuppostfix.sh [new file with mode: 0755]
sources/svc.usr.f29/postinstall/10_setupservices.sh

index 424f45418737220fa6048b9258edb6f01794e89a..9c06cf3c1dab0afebd82f279d2457ab30777d13a 100644 (file)
@@ -1,6 +1,6 @@
 $TTL   86400
 @      IN      SOA     ns.usr.user.hu. hostmaster.mx.usr.user.hu.      (
-                                       2018112001      ; Serial
+                                       2018120501      ; Serial
                                        86400           ; Refresh (1 day)
                                        7200            ; Retry (2 hours)
                                        2419200         ; Expire (4 weeks)
@@ -328,6 +328,7 @@ $GENERATE   100-254 $.43    IN      PTR     dhcp$.usr.user.hu.
 ; capi development (cd = 3 * 10 + 4 = 34)
 ; ================================================================
 233.34         IN      PTR     cdvm.usr.user.hu.
+202.34         IN      PTR     cdsmartlynq.usr.user.hu.
 25.34          IN      PTR     cds822p4.usr.user.hu.
 24.34          IN      PTR     cds822p3.usr.user.hu.
 23.34          IN      PTR     cds822p2.usr.user.hu.
index a41da5446f6ac5c626dd4c07e2a2ca4cd8dead78..157c2d1d6af07365e87b7df803a6647483c99166 100644 (file)
@@ -1,6 +1,6 @@
 $TTL   86400
 @      IN      SOA     ns.usr.user.hu. hostmaster.mx.usr.user.hu.      (
-                                       2018112001      ; Serial
+                                       2018120501      ; Serial
                                        86400           ; Refresh (1 day)
                                        7200            ; Retry (2 hours)
                                        2419200         ; Expire (4 weeks)
@@ -352,6 +352,7 @@ ac          IN      A       10.228.34.233
 ; capi development (cd = 3 * 10 + 4 = 34)
 ; ================================================================
 cdvm           IN      A       10.228.34.233
+cdsmartlynq    IN      A       10.228.34.202   ; sl
 cds822p4       IN      A       10.228.34.25
 cds822p3       IN      A       10.228.34.24
 cds822p2       IN      A       10.228.34.23
diff --git a/sources/svc.usr.f29/firstboot/10_setuppostfix.sh b/sources/svc.usr.f29/firstboot/10_setuppostfix.sh
new file mode 100755 (executable)
index 0000000..7619802
--- /dev/null
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+
+systemctl enable postfix.service
+systemctl start postfix.service
index a43eb92d36f8ca79beb7ae1e8a7e4ca8988f4af1..cb7f13f43c6b0df9108d990675b7ba413bdd6b35 100755 (executable)
@@ -1,7 +1,8 @@
 #!/bin/sh
 
 
+systemctl disable postfix.service
+
 systemctl enable dhcpd.service
 systemctl enable named.service
-systemctl enable postfix.service
 systemctl enable NetworkManager-wait-online.service