Dodana prazna mjesta u pin fileu
authorZeljko Boros <Zeljko.Boros@carnet.hr>
Tue, 11 May 2021 13:24:14 +0000 (15:24 +0200)
committerZeljko Boros <Zeljko.Boros@carnet.hr>
Tue, 11 May 2021 13:24:14 +0000 (15:24 +0200)
debian/postinst

index 61712f7..0ac5c7e 100644 (file)
@@ -280,6 +280,7 @@ set_pinning() {
    test -f $PINFILE || touch $PINFILE
 
    cp-update bacula-cn $PINFILE <<EOF
+
 Package: bacula-fd
 Pin: version 7.4.4*
 Pin-Priority: 1001
@@ -291,6 +292,7 @@ Pin-Priority: 1001
 Package: bacula-console
 Pin: version 7.4.4*
 Pin-Priority: 1001
+
 EOF
 
 }