From 2ea3410b61e60b423271e3ad3985ac471dfe1654 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Thu, 17 Apr 2008 14:37:39 +0200 Subject: [PATCH] postinst-setup: use bzr sftp, not smartserver --- postinst-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postinst-setup b/postinst-setup index 7804077..82d6aa3 100755 --- a/postinst-setup +++ b/postinst-setup @@ -28,7 +28,7 @@ if [ ! -d /etc/.bzr ]; then for i in passwd group shadow fstab; do [ -e $i.originst] || cp $i $i.originst done - bzr get bzr+ssh://martin@piware.de/home/martin/backup/`hostname`-etc /backup-etc + bzr get sftp://martin@piware.de/home/martin/backup/`hostname`-etc /backup-etc cp -av /backup-etc/* /etc/ cp -av /backup-etc/.bzr/ /etc/ rm -rf /backup-etc -- 2.39.2