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

jelmer at samba.org jelmer at samba.org
Fri Dec 23 10:24:25 GMT 2005


Author: jelmer
Date: 2005-12-23 10:24:24 +0000 (Fri, 23 Dec 2005)
New Revision: 12443

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

Log:
Forgot to rename two files

Added:
   branches/SAMBA_4_0/packaging/debian/samba-server.postinst
   branches/SAMBA_4_0/packaging/debian/samba-server.templates
Removed:
   branches/SAMBA_4_0/packaging/debian/samba4-server.postinst
   branches/SAMBA_4_0/packaging/debian/samba4-server.templates
Modified:
   branches/SAMBA_4_0/packaging/debian/
   branches/SAMBA_4_0/packaging/debian/changelog


Changeset:

Property changes on: branches/SAMBA_4_0/packaging/debian
___________________________________________________________________
Name: svn:ignore
   - pidl
files
samba-common
tmp
*.substvars
samba-client
samba-dev
samba-swat
winregistry-tools
libparse-pidl-perl
samba-testsuite
ldb-tools
samba-server
samba-gtk-frontends

   + *.debhelper
pidl
files
samba-common
tmp
*.substvars
samba-client
samba-dev
samba-swat
winregistry-tools
libparse-pidl-perl
samba-testsuite
ldb-tools
samba-server
samba-gtk-frontends


Modified: branches/SAMBA_4_0/packaging/debian/changelog
===================================================================
--- branches/SAMBA_4_0/packaging/debian/changelog	2005-12-22 23:03:02 UTC (rev 12442)
+++ branches/SAMBA_4_0/packaging/debian/changelog	2005-12-23 10:24:24 UTC (rev 12443)
@@ -2,7 +2,7 @@
 
   * New snapshot, drop 4 suffix
 
- -- Jelmer Vernooij <jelmer at rhonwyn.lan.vernstok.nl>  Tue, 20 Dec 2005 13:38:26 +0100
+ -- Jelmer Vernooij <jelmer at samba.org>  Tue, 20 Dec 2005 13:38:26 +0100
 
 samba4 (3.9.0+SVN12312-1) unstable; urgency=low
 

Copied: branches/SAMBA_4_0/packaging/debian/samba-server.postinst (from rev 12442, branches/SAMBA_4_0/packaging/debian/samba4-server.postinst)

Copied: branches/SAMBA_4_0/packaging/debian/samba-server.templates (from rev 12442, branches/SAMBA_4_0/packaging/debian/samba4-server.templates)

Deleted: branches/SAMBA_4_0/packaging/debian/samba4-server.postinst
===================================================================
--- branches/SAMBA_4_0/packaging/debian/samba4-server.postinst	2005-12-22 23:03:02 UTC (rev 12442)
+++ branches/SAMBA_4_0/packaging/debian/samba4-server.postinst	2005-12-23 10:24:24 UTC (rev 12443)
@@ -1,28 +0,0 @@
-#! /bin/sh
-
-set -e
-
-. /usr/share/debconf/confmodule
-
-db_get samba-server/setup-pdc || true
-
-if [ "$RET" = "true" ]; then
-	db_get samba-server/realm
-	REALM="$RET"
-
-	db_get samba-server/domain
-	DOMAIN="$RET"
-
-	db_get samba-server/password
-	PASSWORD="$RET"
-
-	db_stop
-
-	/usr/lib/samba/setup/provision --realm="$REALM" --domain="$DOMAIN" --adminpass="$PASSWORD"
-else
-	db_stop
-fi
-
-#DEBHELPER#
-
-exit 0

Deleted: branches/SAMBA_4_0/packaging/debian/samba4-server.templates
===================================================================
--- branches/SAMBA_4_0/packaging/debian/samba4-server.templates	2005-12-22 23:03:02 UTC (rev 12442)
+++ branches/SAMBA_4_0/packaging/debian/samba4-server.templates	2005-12-23 10:24:24 UTC (rev 12443)
@@ -1,32 +0,0 @@
-Template: samba-server/setup-pdc
-Type: boolean
-Default: false
-_Description: Set up Samba 4 as a PDC?
- Do you want to set up Samba 4 as an Active Directory PDC? If you answer
- "no", Samba will be left unconfigured, and you will have to provision and
- make configuration files by hand.
- .
- Note that even if you answer "yes", you will need to set up DNS such that
- it serves the data from the zone file in that directory before you can use
- your Active Directory domain.
-
-Template: samba-server/realm
-Type: string
-_Description: Realm
- What Kerberos realm will your server be in? In many cases, this will be
- the same as your DNS domain name (ie. YOUR.REALM).
-
-Template: samba-server/domain
-Type: string
-_Description: Domain
- What will be the domain of your server? This is also known as the
- "workgroup" of your server, and is typically a short name without any dots
- (ie. DOMAIN).
-
-Template: samba-server/password
-Type: password
-_Description: Administrator password
- You will need a password for the "Administrator" account. Note that in the
- current version of the packaging, this will be visible in "ps" for a short
- time for everybody on the system, so you might not want to use a very
- sensitive password here.



More information about the samba-cvs mailing list