svn commit: samba r12568 - in branches/SAMBA_4_0/packaging/debian: .

jelmer at samba.org jelmer at samba.org
Thu Dec 29 13:36:54 GMT 2005


Author: jelmer
Date: 2005-12-29 13:36:53 +0000 (Thu, 29 Dec 2005)
New Revision: 12568

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12568

Log:
Fix rename (noted by Steinar Gunderson)

Added:
   branches/SAMBA_4_0/packaging/debian/samba-server.config
Removed:
   branches/SAMBA_4_0/packaging/debian/samba-server


Changeset:
Deleted: branches/SAMBA_4_0/packaging/debian/samba-server
===================================================================
--- branches/SAMBA_4_0/packaging/debian/samba-server	2005-12-29 13:29:08 UTC (rev 12567)
+++ branches/SAMBA_4_0/packaging/debian/samba-server	2005-12-29 13:36:53 UTC (rev 12568)
@@ -1,27 +0,0 @@
-#! /bin/sh
-
-set -e
-
-. /usr/share/debconf/confmodule
-
-db_title "Samba Server"
-
-db_input medium samba4-server/setup-pdc || true
-db_go || true
-
-db_get samba4-server/setup-pdc
-
-if [ "$RET" = "true" ]; then
-	db_input medium samba4-server/realm || true
-	db_go || true
-
-	db_input medium samba4-server/domain || true
-	db_go || true
-
-	db_input medium samba4-server/password || true
-	db_go || true
-	
-	db_input medium samba4-server/done || true
-	db_go || true
-fi
-

Copied: branches/SAMBA_4_0/packaging/debian/samba-server.config (from rev 12563, branches/SAMBA_4_0/packaging/debian/samba-server)



More information about the samba-cvs mailing list