]> piware.de Git - bin.git/commitdiff
postinst-setup: use bzr sftp, not smartserver
authorMartin Pitt <martin@piware.de>
Thu, 17 Apr 2008 12:37:39 +0000 (14:37 +0200)
committerMartin Pitt <martin@piware.de>
Thu, 17 Apr 2008 12:37:39 +0000 (14:37 +0200)
postinst-setup

index 780407750ca8d08a15e4578ccc5ddbb59477b0eb..82d6aa3ab99482fca652ead79df0a36d21211515 100755 (executable)
@@ -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