diff -Nru etcsync-0.1ubuntu1/.bzr/branch/branch.conf etcsync-0.2ubuntu3/.bzr/branch/branch.conf --- etcsync-0.1ubuntu1/.bzr/branch/branch.conf 2010-08-28 17:52:46.000000000 +0100 +++ etcsync-0.2ubuntu3/.bzr/branch/branch.conf 2010-08-29 09:00:23.000000000 +0100 @@ -1 +1,2 @@ parent_location = bzr+ssh://bazaar.launchpad.net/~aw/etcsync/trunk/ +push_location = bzr+ssh://bazaar.launchpad.net/~aw/etcsync/trunk/ diff -Nru etcsync-0.1ubuntu1/.bzr/branch/last-revision etcsync-0.2ubuntu3/.bzr/branch/last-revision --- etcsync-0.1ubuntu1/.bzr/branch/last-revision 2010-08-28 17:52:46.000000000 +0100 +++ etcsync-0.2ubuntu3/.bzr/branch/last-revision 2010-08-29 08:59:50.000000000 +0100 @@ -1 +1 @@ -1 anders.wallenquist@vertel.se-20100828155930-9p8anbys25pnpwam +2 anders.wallenquist@vertel.se-20100829075950-xsitwogja9t4jd41 Binary files /tmp/7OxbwPTBf1/etcsync-0.1ubuntu1/.bzr/checkout/dirstate and /tmp/AaBzmUhR6c/etcsync-0.2ubuntu3/.bzr/checkout/dirstate differ Binary files /tmp/7OxbwPTBf1/etcsync-0.1ubuntu1/.bzr/repository/indices/508af8e7dd559f40c447c66bc1d757e8.cix and /tmp/AaBzmUhR6c/etcsync-0.2ubuntu3/.bzr/repository/indices/508af8e7dd559f40c447c66bc1d757e8.cix differ Binary files /tmp/7OxbwPTBf1/etcsync-0.1ubuntu1/.bzr/repository/indices/508af8e7dd559f40c447c66bc1d757e8.iix and /tmp/AaBzmUhR6c/etcsync-0.2ubuntu3/.bzr/repository/indices/508af8e7dd559f40c447c66bc1d757e8.iix differ Binary files /tmp/7OxbwPTBf1/etcsync-0.1ubuntu1/.bzr/repository/indices/508af8e7dd559f40c447c66bc1d757e8.rix and /tmp/AaBzmUhR6c/etcsync-0.2ubuntu3/.bzr/repository/indices/508af8e7dd559f40c447c66bc1d757e8.rix differ diff -Nru etcsync-0.1ubuntu1/.bzr/repository/indices/508af8e7dd559f40c447c66bc1d757e8.six etcsync-0.2ubuntu3/.bzr/repository/indices/508af8e7dd559f40c447c66bc1d757e8.six --- etcsync-0.1ubuntu1/.bzr/repository/indices/508af8e7dd559f40c447c66bc1d757e8.six 1970-01-01 01:00:00.000000000 +0100 +++ etcsync-0.2ubuntu3/.bzr/repository/indices/508af8e7dd559f40c447c66bc1d757e8.six 2010-08-29 08:59:50.000000000 +0100 @@ -0,0 +1,5 @@ +B+Tree Graph Index 2 +node_ref_lists=0 +key_elements=1 +len=0 +row_lengths= Binary files /tmp/7OxbwPTBf1/etcsync-0.1ubuntu1/.bzr/repository/indices/508af8e7dd559f40c447c66bc1d757e8.tix and /tmp/AaBzmUhR6c/etcsync-0.2ubuntu3/.bzr/repository/indices/508af8e7dd559f40c447c66bc1d757e8.tix differ Binary files /tmp/7OxbwPTBf1/etcsync-0.1ubuntu1/.bzr/repository/pack-names and /tmp/AaBzmUhR6c/etcsync-0.2ubuntu3/.bzr/repository/pack-names differ Binary files /tmp/7OxbwPTBf1/etcsync-0.1ubuntu1/.bzr/repository/packs/508af8e7dd559f40c447c66bc1d757e8.pack and /tmp/AaBzmUhR6c/etcsync-0.2ubuntu3/.bzr/repository/packs/508af8e7dd559f40c447c66bc1d757e8.pack differ diff -Nru etcsync-0.1ubuntu1/debian/changelog etcsync-0.2ubuntu3/debian/changelog --- etcsync-0.1ubuntu1/debian/changelog 2010-08-28 17:52:46.000000000 +0100 +++ etcsync-0.2ubuntu3/debian/changelog 2010-08-29 23:49:38.000000000 +0100 @@ -1,3 +1,15 @@ +etcsync (0.2ubuntu3) lucid; urgency=low + + * db_input + + -- Anders Wallenquist Mon, 30 Aug 2010 00:48:59 +0200 + +etcsync (0.2ubuntu2) lucid; urgency=high + + * Config in /etc/etcsync.conf + + -- Anders Wallenquist Sun, 29 Aug 2010 10:51:15 +0200 + etcsync (0.1ubuntu1) lucid; urgency=low * Initial release diff -Nru etcsync-0.1ubuntu1/debian/config etcsync-0.2ubuntu3/debian/config --- etcsync-0.1ubuntu1/debian/config 1970-01-01 01:00:00.000000000 +0100 +++ etcsync-0.2ubuntu3/debian/config 2010-08-29 16:55:58.000000000 +0100 @@ -0,0 +1,23 @@ +#!/bin/sh +set -e + +if [ ! -e /usr/share/debconf/confmodule ]; then + exit +fi + +. /usr/share/debconf/confmodule + +db_version 2.0 +db_capb backup + +db_beginblock +db_input low etcsync/server-client || true +db_endblock +db_get etcsync/server-client +if [ "$RET" == "false" ]; then + db_beginblock + db_input low etcsync/username || true + db_input low etcsync/server || true + db_endblock +fi +db_go || true diff -Nru etcsync-0.1ubuntu1/debian/etcsync.postinst etcsync-0.2ubuntu3/debian/etcsync.postinst --- etcsync-0.1ubuntu1/debian/etcsync.postinst 2010-08-28 23:37:36.000000000 +0100 +++ etcsync-0.2ubuntu3/debian/etcsync.postinst 2010-08-29 23:48:17.000000000 +0100 @@ -1,11 +1,58 @@ -#! /bin/sh -e +#! /bin/sh -if ! getent passwd | grep -q "^etcsync" -then - adduser --system --no-create-home --quiet --gecos 'ETC-sync tool' --group etcsync -else - echo "Open ERP user (etcsync) already exists, doing nothing." -fi +set -e +. /usr/share/debconf/confmodule + +CONFFILE="/etc/etcsync.conf" +LOGFILE="/var/log/etcsync.log" + +case "${1}" in + configure) + db_version 2.0 + + db_get etcsync/username + _USERNAME="${RET:-openerp}" + db_get etcsync/client-server + _CS="${RET:-false}" + db_get etcsync/server + _SERVER="$RET" + + db_stop + + if ! getent passwd | grep -q "^${_USERNAME}" + then + adduser --system --no-create-home --quiet --gecos 'ETC-sync' --group ${_USERNAME} + + fi + sed -i -e "s|^username.*$|username = ${_USERNAME}|" ${CONFFILE} + sed -i -e "s|^server.*$|server = ${_SERVER}|" ${CONFFILE} + + # Creating log file + touch ${LOGFILE} + chown ${_USERNAME}:adm ${LOGFILE} + chmod 0640 ${LOGFILE} + + # Setting ownership and permissions + chmod 0640 ${CONFFILE} + chown ${_USERNAME}:${_USERNAME} ${CONFFILE} + + if [ "$_CS" != "false" ]; then + rm /etc/cron.s/etcsync + fi + + ;; + + abort-upgrade|abort-remove|abort-deconfigure) + + ;; + + *) + echo "postinst called with unknown argument \`{$1}'" >&2 + exit 1 + ;; +esac #DEBHELPER# + +exit 0 diff -Nru etcsync-0.1ubuntu1/debian/etcsync.postrm etcsync-0.2ubuntu3/debian/etcsync.postrm --- etcsync-0.1ubuntu1/debian/etcsync.postrm 1970-01-01 01:00:00.000000000 +0100 +++ etcsync-0.2ubuntu3/debian/etcsync.postrm 2010-08-29 14:24:48.000000000 +0100 @@ -0,0 +1,10 @@ +#!/bin/sh + +set -e + +if [ "$1" = "purge" -a -e /usr/share/debconf/confmodule ]; then + # Source debconf library. + . /usr/share/debconf/confmodule + # Remove my changes to the db. + db_purge +fi diff -Nru etcsync-0.1ubuntu1/debian/foo etcsync-0.2ubuntu3/debian/foo --- etcsync-0.1ubuntu1/debian/foo 1970-01-01 01:00:00.000000000 +0100 +++ etcsync-0.2ubuntu3/debian/foo 2010-08-29 15:21:06.000000000 +0100 @@ -0,0 +1,516 @@ +# enter a password +unknown demo/password password pelle +# Location to the local file: +flashplugin-installer flashplugin-installer/local string +# Vilken ordlista skall vara standard på systemet? +# Choices: american (American English), british (British English), svenska (Swedish), Manuell inställning av symlänkar +dictionaries-common dictionaries-common/default-wordlist select american (American English) +# Time zone: +# Choices: Adelaide, Brisbane, Broken Hill, Canberra, Currie, Darwin, Eucla, Hobart, Lindeman, Lord Howeön, Melbourne, Perth, Sydney, Yancowinna +tzdata tzdata/Zones/Australia select +# Balansera IRQ-värden en gång? +irqbalance irqbalance/oneshot boolean false +# Vill du att hemkataloger ska vara läsbara för hela systemet? +adduser adduser/homedir-permission boolean true +# E-postmottagare för root och postmaster: +postfix postfix/root_address string +# Vad vill du göra med den uppdaterade filen ? +# Choices: installera paketansvariges version, behåll den lokalt installerade version, visa skillnaderna mellan versionerna, visa skillnaderna sida vid sida mellan versionerna, starta ett nytt skal för att undersöka situationen +ucf ucf/changeprompt select keep_current +# Local SSL certificates may be vulnerable +ssl-cert make-ssl-cert/vulnerable_prng note +# +tasksel tasksel/terminal terminal +# Time zone: +# Choices: Alaska, Aleutian, Arizona, Central, Eastern, Hawaii, Indiana-Starke, Michigan, Mountain, Pacific, Pacific-New, Samoa +tzdata tzdata/Zones/US select +# for internal use +grub-pc grub-pc/kopt_extracted boolean false +# Tangentbordsupplägg: +# Choices: Sweden, Sweden - Dvorak, Sweden - Eliminate dead keys, Sweden - Macintosh, Sweden - Northern Saami, Sweden - Russian phonetic, Sweden - Russian phonetic\, eliminate dead keys, Sweden - Svdvorak +console-setup console-setup/variant select Sweden +# Sårbar slumptalsgenerator +openvpn openvpn/vulnerable_prng note +# Ignorera felaktig "hostname"-post? +postfix postfix/rfc1035_violation boolean false +# Spegelserver att hämta från: +ttf-mscorefonts-installer msttcorefonts/dlurl string +# Aktivera saned som ensamstående tjänst? +sane-utils sane-utils/saned_run boolean false +# Kommandorad för kFreeBSD: +grub-pc grub2/kfreebsd_cmdline string +# Skriva över lokala förändringar i /etc/pam.d/common-*? +libpam-runtime libpam-runtime/override boolean false +# Äldre inställningar funna +ufw ufw/existing_configuration error +# Ett felaktigt debconf-värde [] har hittats +dictionaries-common dictionaries-common/invalid_debconf_value note +# Tjänster att starta om för PAM-biblioteksuppgradering: +libpam0g libpam0g/restart-services string +# Omkonfigurering av nätverkskort måste göras +resolvconf resolvconf/downup-interfaces note +# Time zone: +# Choices: Aden, Almaty, Amman, Anadyr, Aqtau, Aqtobe, Ashgabat, Baghdad, Bahrain, Baku, Bangkok, Beirut, Bishkek, Brunei, Choibalsan, Chongqing, Colombo, Damascus, Dhaka, Dili, Dubai, Dushanbe, Gaza, Harbin, Ho_Chi_Minh, Hong_Kong, Hovd, Irkutsk, Istanbul, Jakarta, Jayapura, Jerusalem, Kabul, Kamchatka, Karachi, Kashgar, Kathmandu, Kolkata, Krasnoyarsk, Kuala_Lumpur, Kuching, Kuwait, Macau, Magadan, Makassar, Manila, Muscat, Nicosia, Novokuznetsk, Novosibirsk, Omsk, Oral, Phnom_Penh, Pontianak, Pyongyang, Qatar, Qyzylorda, Rangoon, Riyadh, Riyadh87, Riyadh88, Riyadh89, Sakhalin, Samarkand, Seoul, Shanghai, Singapore, Taipei, Tashkent, Tbilisi, Tehran, Tel_Aviv, Thimphu, Tokyo, Ujung_Pandang, Ulaanbaatar, Urumqi, Vientiane, Vladivostok, Yakutsk, Yekaterinburg, Yerevan +tzdata tzdata/Zones/Asia select +# Aktivera följande PAM-profiler: +# Choices: Unix authentication, GNOME Keyring Daemon - Login keyring management, eCryptfs Key/Mount Management, ConsoleKit Session Management, Inheritable Capabilities Management +libpam-runtime libpam-runtime/profiles multiselect unix, gnome-keyring, ecryptfs-utils, consolekit, capability +# Vill du att CUPS ska skriva ut okända jobb som råjobb? +cups cupsys/raw-print boolean true +# Förbered /etc/resolv.conf för dynamiska uppdateringar? +resolvconf resolvconf/linkify-resolvconf boolean true +# Certfikat att aktivera: +# Choices: brasil.gov.br/brasil.gov.br.crt, cacert.org/cacert.org.crt, debconf.org/ca.crt, gouv.fr/cert_igca_dsa.crt, gouv.fr/cert_igca_rsa.crt, mozilla/ABAecom_=sub.__Am._Bankers_Assn.=_Root_CA.crt, mozilla/AOL_Time_Warner_Root_Certification_Authority_1.crt, mozilla/AOL_Time_Warner_Root_Certification_Authority_2.crt, mozilla/AddTrust_External_Root.crt, mozilla/AddTrust_Low-Value_Services_Root.crt, mozilla/AddTrust_Public_Services_Root.crt, mozilla/AddTrust_Qualified_Certificates_Root.crt, mozilla/America_Online_Root_Certification_Authority_1.crt, mozilla/America_Online_Root_Certification_Authority_2.crt, mozilla/Baltimore_CyberTrust_Root.crt, mozilla/COMODO_Certification_Authority.crt, mozilla/COMODO_ECC_Certification_Authority.crt, mozilla/Camerfirma_Chambers_of_Commerce_Root.crt, mozilla/Camerfirma_Global_Chambersign_Root.crt, mozilla/Certplus_Class_2_Primary_CA.crt, mozilla/Certum_Root_CA.crt, mozilla/Comodo_AAA_Services_root.crt, mozilla/Comodo_Secure_Services_root.crt, mozilla/Comodo_Trusted_Services_root.crt, mozilla/DST_ACES_CA_X6.crt, mozilla/DST_Root_CA_X3.crt, mozilla/DigiCert_Assured_ID_Root_CA.crt, mozilla/DigiCert_Global_Root_CA.crt, mozilla/DigiCert_High_Assurance_EV_Root_CA.crt, mozilla/DigiNotar_Root_CA.crt, mozilla/Digital_Signature_Trust_Co._Global_CA_1.crt, mozilla/Digital_Signature_Trust_Co._Global_CA_2.crt, mozilla/Digital_Signature_Trust_Co._Global_CA_3.crt, mozilla/Digital_Signature_Trust_Co._Global_CA_4.crt, mozilla/Entrust.net_Global_Secure_Personal_CA.crt, mozilla/Entrust.net_Global_Secure_Server_CA.crt, mozilla/Entrust.net_Premium_2048_Secure_Server_CA.crt, mozilla/Entrust.net_Secure_Personal_CA.crt, mozilla/Entrust.net_Secure_Server_CA.crt, mozilla/Entrust_Root_Certification_Authority.crt, mozilla/Equifax_Secure_CA.crt, mozilla/Equifax_Secure_Global_eBusiness_CA.crt, mozilla/Equifax_Secure_eBusiness_CA_1.crt, mozilla/Equifax_Secure_eBusiness_CA_2.crt, mozilla/Firmaprofesional_Root_CA.crt, mozilla/GTE_CyberTrust_Global_Root.crt, mozilla/GTE_CyberTrust_Root_CA.crt, mozilla/GeoTrust_Global_CA.crt, mozilla/GeoTrust_Global_CA_2.crt, mozilla/GeoTrust_Primary_Certification_Authority.crt, mozilla/GeoTrust_Universal_CA.crt, mozilla/GeoTrust_Universal_CA_2.crt, mozilla/GlobalSign_Root_CA.crt, mozilla/GlobalSign_Root_CA_-_R2.crt, mozilla/Go_Daddy_Class_2_CA.crt, mozilla/IPS_CLASE1_root.crt, mozilla/IPS_CLASE3_root.crt, mozilla/IPS_CLASEA1_root.crt, mozilla/IPS_CLASEA3_root.crt, mozilla/IPS_Chained_CAs_root.crt, mozilla/IPS_Servidores_root.crt, mozilla/IPS_Timestamping_root.crt, mozilla/NetLock_Business_=Class_B=_Root.crt, mozilla/NetLock_Express_=Class_C=_Root.crt, mozilla/NetLock_Notary_=Class_A=_Root.crt, mozilla/NetLock_Qualified_=Class_QA=_Root.crt, mozilla/Network_Solutions_Certificate_Authority.crt, mozilla/QuoVadis_Root_CA.crt, mozilla/QuoVadis_Root_CA_2.crt, mozilla/QuoVadis_Root_CA_3.crt, mozilla/RSA_Root_Certificate_1.crt, mozilla/RSA_Security_1024_v3.crt, mozilla/RSA_Security_2048_v3.crt, mozilla/SecureTrust_CA.crt, mozilla/Secure_Global_CA.crt, mozilla/Security_Communication_Root_CA.crt, mozilla/Sonera_Class_1_Root_CA.crt, mozilla/Sonera_Class_2_Root_CA.crt, mozilla/Staat_der_Nederlanden_Root_CA.crt, mozilla/Starfield_Class_2_CA.crt, mozilla/StartCom_Certification_Authority.crt, mozilla/StartCom_Ltd..crt, mozilla/SwissSign_Gold_CA_-_G2.crt, mozilla/SwissSign_Platinum_CA_-_G2.crt, mozilla/SwissSign_Silver_CA_-_G2.crt, mozilla/Swisscom_Root_CA_1.crt, mozilla/TC_TrustCenter__Germany__Class_2_CA.crt, mozilla/TC_TrustCenter__Germany__Class_3_CA.crt, mozilla/TDC_Internet_Root_CA.crt, mozilla/TDC_OCES_Root_CA.crt, mozilla/TURKTRUST_Certificate_Services_Provider_Root_1.crt, mozilla/TURKTRUST_Certificate_Services_Provider_Root_2.crt, mozilla/Taiwan_GRCA.crt, mozilla/Thawte_Personal_Basic_CA.crt, mozilla/Thawte_Personal_Freemail_CA.crt, mozilla/Thawte_Personal_Premium_CA.crt, mozilla/Thawte_Premium_Server_CA.crt, mozilla/Thawte_Server_CA.crt, mozilla/Thawte_Time_Stamping_CA.crt, mozilla/UTN-USER_First-Network_Applications.crt, mozilla/UTN_DATACorp_SGC_Root_CA.crt, mozilla/UTN_USERFirst_Email_Root_CA.crt, mozilla/UTN_USERFirst_Hardware_Root_CA.crt, mozilla/ValiCert_Class_1_VA.crt, mozilla/ValiCert_Class_2_VA.crt, mozilla/VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5.crt, mozilla/Verisign_Class_1_Public_Primary_Certification_Authority.crt, mozilla/Verisign_Class_1_Public_Primary_Certification_Authority_-_G2.crt, mozilla/Verisign_Class_1_Public_Primary_Certification_Authority_-_G3.crt, mozilla/Verisign_Class_2_Public_Primary_Certification_Authority.crt, mozilla/Verisign_Class_2_Public_Primary_Certification_Authority_-_G2.crt, mozilla/Verisign_Class_2_Public_Primary_Certification_Authority_-_G3.crt, mozilla/Verisign_Class_3_Public_Primary_Certification_Authority.crt, mozilla/Verisign_Class_3_Public_Primary_Certification_Authority_-_G2.crt, mozilla/Verisign_Class_3_Public_Primary_Certification_Authority_-_G3.crt, mozilla/Verisign_Class_4_Public_Primary_Certification_Authority_-_G2.crt, mozilla/Verisign_Class_4_Public_Primary_Certification_Authority_-_G3.crt, mozilla/Verisign_RSA_Secure_Server_CA.crt, mozilla/Verisign_Time_Stamping_Authority_CA.crt, mozilla/Visa_International_Global_Root_2.crt, mozilla/Visa_eCommerce_Root.crt, mozilla/WellsSecure_Public_Root_Certificate_Authority.crt, mozilla/Wells_Fargo_Root_CA.crt, mozilla/XRamp_Global_CA_Root.crt, mozilla/beTRUSTed_Root_CA-Baltimore_Implementation.crt, mozilla/beTRUSTed_Root_CA.crt, mozilla/beTRUSTed_Root_CA_-_Entrust_Implementation.crt, mozilla/beTRUSTed_Root_CA_-_RSA_Implementation.crt, mozilla/thawte_Primary_Root_CA.crt, signet.pl/signet_ca1_pem.crt, signet.pl/signet_ca2_pem.crt, signet.pl/signet_ca3_pem.crt, signet.pl/signet_ocspklasa2_pem.crt, signet.pl/signet_ocspklasa3_pem.crt, signet.pl/signet_pca2_pem.crt, signet.pl/signet_pca3_pem.crt, signet.pl/signet_rootca_pem.crt, signet.pl/signet_tsa1_pem.crt, spi-inc.org/spi-ca-2003.crt, spi-inc.org/spi-cacert-2008.crt, telesec.de/deutsche-telekom-root-ca-2.crt +ca-certificates ca-certificates/enable_crts multiselect brasil.gov.br/brasil.gov.br.crt, cacert.org/cacert.org.crt, debconf.org/ca.crt, gouv.fr/cert_igca_dsa.crt, gouv.fr/cert_igca_rsa.crt, mozilla/ABAecom_=sub.__Am._Bankers_Assn.=_Root_CA.crt, mozilla/AOL_Time_Warner_Root_Certification_Authority_1.crt, mozilla/AOL_Time_Warner_Root_Certification_Authority_2.crt, mozilla/AddTrust_External_Root.crt, mozilla/AddTrust_Low-Value_Services_Root.crt, mozilla/AddTrust_Public_Services_Root.crt, mozilla/AddTrust_Qualified_Certificates_Root.crt, mozilla/America_Online_Root_Certification_Authority_1.crt, mozilla/America_Online_Root_Certification_Authority_2.crt, mozilla/Baltimore_CyberTrust_Root.crt, mozilla/COMODO_Certification_Authority.crt, mozilla/COMODO_ECC_Certification_Authority.crt, mozilla/Camerfirma_Chambers_of_Commerce_Root.crt, mozilla/Camerfirma_Global_Chambersign_Root.crt, mozilla/Certplus_Class_2_Primary_CA.crt, mozilla/Certum_Root_CA.crt, mozilla/Comodo_AAA_Services_root.crt, mozilla/Comodo_Secure_Services_root.crt, mozilla/Comodo_Trusted_Services_root.crt, mozilla/DST_ACES_CA_X6.crt, mozilla/DST_Root_CA_X3.crt, mozilla/DigiCert_Assured_ID_Root_CA.crt, mozilla/DigiCert_Global_Root_CA.crt, mozilla/DigiCert_High_Assurance_EV_Root_CA.crt, mozilla/DigiNotar_Root_CA.crt, mozilla/Digital_Signature_Trust_Co._Global_CA_1.crt, mozilla/Digital_Signature_Trust_Co._Global_CA_2.crt, mozilla/Digital_Signature_Trust_Co._Global_CA_3.crt, mozilla/Digital_Signature_Trust_Co._Global_CA_4.crt, mozilla/Entrust.net_Global_Secure_Personal_CA.crt, mozilla/Entrust.net_Global_Secure_Server_CA.crt, mozilla/Entrust.net_Premium_2048_Secure_Server_CA.crt, mozilla/Entrust.net_Secure_Personal_CA.crt, mozilla/Entrust.net_Secure_Server_CA.crt, mozilla/Entrust_Root_Certification_Authority.crt, mozilla/Equifax_Secure_CA.crt, mozilla/Equifax_Secure_Global_eBusiness_CA.crt, mozilla/Equifax_Secure_eBusiness_CA_1.crt, mozilla/Equifax_Secure_eBusiness_CA_2.crt, mozilla/Firmaprofesional_Root_CA.crt, mozilla/GTE_CyberTrust_Global_Root.crt, mozilla/GTE_CyberTrust_Root_CA.crt, mozilla/GeoTrust_Global_CA.crt, mozilla/GeoTrust_Global_CA_2.crt, mozilla/GeoTrust_Primary_Certification_Authority.crt, mozilla/GeoTrust_Universal_CA.crt, mozilla/GeoTrust_Universal_CA_2.crt, mozilla/GlobalSign_Root_CA.crt, mozilla/GlobalSign_Root_CA_-_R2.crt, mozilla/Go_Daddy_Class_2_CA.crt, mozilla/IPS_CLASE1_root.crt, mozilla/IPS_CLASE3_root.crt, mozilla/IPS_CLASEA1_root.crt, mozilla/IPS_CLASEA3_root.crt, mozilla/IPS_Chained_CAs_root.crt, mozilla/IPS_Servidores_root.crt, mozilla/IPS_Timestamping_root.crt, mozilla/NetLock_Business_=Class_B=_Root.crt, mozilla/NetLock_Express_=Class_C=_Root.crt, mozilla/NetLock_Notary_=Class_A=_Root.crt, mozilla/NetLock_Qualified_=Class_QA=_Root.crt, mozilla/Network_Solutions_Certificate_Authority.crt, mozilla/QuoVadis_Root_CA.crt, mozilla/QuoVadis_Root_CA_2.crt, mozilla/QuoVadis_Root_CA_3.crt, mozilla/RSA_Root_Certificate_1.crt, mozilla/RSA_Security_1024_v3.crt, mozilla/RSA_Security_2048_v3.crt, mozilla/SecureTrust_CA.crt, mozilla/Secure_Global_CA.crt, mozilla/Security_Communication_Root_CA.crt, mozilla/Sonera_Class_1_Root_CA.crt, mozilla/Sonera_Class_2_Root_CA.crt, mozilla/Staat_der_Nederlanden_Root_CA.crt, mozilla/Starfield_Class_2_CA.crt, mozilla/StartCom_Certification_Authority.crt, mozilla/StartCom_Ltd..crt, mozilla/SwissSign_Gold_CA_-_G2.crt, mozilla/SwissSign_Platinum_CA_-_G2.crt, mozilla/SwissSign_Silver_CA_-_G2.crt, mozilla/Swisscom_Root_CA_1.crt, mozilla/TC_TrustCenter__Germany__Class_2_CA.crt, mozilla/TC_TrustCenter__Germany__Class_3_CA.crt, mozilla/TDC_Internet_Root_CA.crt, mozilla/TDC_OCES_Root_CA.crt, mozilla/TURKTRUST_Certificate_Services_Provider_Root_1.crt, mozilla/TURKTRUST_Certificate_Services_Provider_Root_2.crt, mozilla/Taiwan_GRCA.crt, mozilla/Thawte_Personal_Basic_CA.crt, mozilla/Thawte_Personal_Freemail_CA.crt, mozilla/Thawte_Personal_Premium_CA.crt, mozilla/Thawte_Premium_Server_CA.crt, mozilla/Thawte_Server_CA.crt, mozilla/Thawte_Time_Stamping_CA.crt, mozilla/UTN-USER_First-Network_Applications.crt, mozilla/UTN_DATACorp_SGC_Root_CA.crt, mozilla/UTN_USERFirst_Email_Root_CA.crt, mozilla/UTN_USERFirst_Hardware_Root_CA.crt, mozilla/ValiCert_Class_1_VA.crt, mozilla/ValiCert_Class_2_VA.crt, mozilla/VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5.crt, mozilla/Verisign_Class_1_Public_Primary_Certification_Authority.crt, mozilla/Verisign_Class_1_Public_Primary_Certification_Authority_-_G2.crt, mozilla/Verisign_Class_1_Public_Primary_Certification_Authority_-_G3.crt, mozilla/Verisign_Class_2_Public_Primary_Certification_Authority.crt, mozilla/Verisign_Class_2_Public_Primary_Certification_Authority_-_G2.crt, mozilla/Verisign_Class_2_Public_Primary_Certification_Authority_-_G3.crt, mozilla/Verisign_Class_3_Public_Primary_Certification_Authority.crt, mozilla/Verisign_Class_3_Public_Primary_Certification_Authority_-_G2.crt, mozilla/Verisign_Class_3_Public_Primary_Certification_Authority_-_G3.crt, mozilla/Verisign_Class_4_Public_Primary_Certification_Authority_-_G2.crt, mozilla/Verisign_Class_4_Public_Primary_Certification_Authority_-_G3.crt, mozilla/Verisign_RSA_Secure_Server_CA.crt, mozilla/Verisign_Time_Stamping_Authority_CA.crt, mozilla/Visa_International_Global_Root_2.crt, mozilla/Visa_eCommerce_Root.crt, mozilla/WellsSecure_Public_Root_Certificate_Authority.crt, mozilla/Wells_Fargo_Root_CA.crt, mozilla/XRamp_Global_CA_Root.crt, mozilla/beTRUSTed_Root_CA-Baltimore_Implementation.crt, mozilla/beTRUSTed_Root_CA.crt, mozilla/beTRUSTed_Root_CA_-_Entrust_Implementation.crt, mozilla/beTRUSTed_Root_CA_-_RSA_Implementation.crt, mozilla/thawte_Primary_Root_CA.crt, signet.pl/signet_ca1_pem.crt, signet.pl/signet_ca2_pem.crt, signet.pl/signet_ca3_pem.crt, signet.pl/signet_ocspklasa2_pem.crt, signet.pl/signet_ocspklasa3_pem.crt, signet.pl/signet_pca2_pem.crt, signet.pl/signet_pca3_pem.crt, signet.pl/signet_rootca_pem.crt, signet.pl/signet_tsa1_pem.crt, spi-inc.org/spi-ca-2003.crt, spi-inc.org/spi-cacert-2008.crt, telesec.de/deutsche-telekom-root-ca-2.crt +# Gränssnitt att använda: +# Choices: Dialog, Readline, Gnome, Kde, Redigerare, Icke-interaktivt +debconf debconf/frontend select Gnome +# Unable to migrate to dependency based boot system +sysv-rc sysv-rc/unable-to-convert note +# Välj programvara att installera: +# Choices: +tasksel tasksel/first multiselect +# Time zone: +# Choices: GMT, GMT+0, GMT+1, GMT+10, GMT+11, GMT+12, GMT+2, GMT+3, GMT+4, GMT+5, GMT+6, GMT+7, GMT+8, GMT+9, GMT-0, GMT-1, GMT-10, GMT-11, GMT-12, GMT-13, GMT-14, GMT-2, GMT-3, GMT-4, GMT-5, GMT-6, GMT-7, GMT-8, GMT-9, GMT0, Greenwich, UCT, UTC, Universal, Zulu +tzdata tzdata/Zones/Etc select UTC +# Tjänster som ska startas om för att få dem att använda de nya biblioteken: +libssl0.9.8 libssl0.9.8/restart-services string +# är en utfasad version +postgresql-common postgresql-common/obsolete-major error +# Ska standardupplägg () för tangentbordet sparas? +console-setup console-setup/unsupported_layout boolean true +# Nya certfikat att aktivera: +# Choices: +ca-certificates ca-certificates/new_crts multiselect +# Var ska dessa filer arkiveras (valfritt): +ttf-mscorefonts-installer msttcorefonts/savedir string +# Which tasks should not be shown or installed +tasksel tasksel/skip-tasks string +# for internal use +x11-common x11-common/xwrapper/actual_allowed_users string console +# Migrate legacy boot sequencing to dependency based sequencing? +sysv-rc sysv-rc/convert-legacy boolean true +# Time zone: +# Choices: AST4, AST4ADT, CST6, CST6CDT, EST5, EST5EDT, HST10, MST7, MST7MDT, PST8, PST8PDT, YST9, YST9YDT +tzdata tzdata/Zones/SystemV select +# Föredra hastighet framför kvalitet under uppritning? +x-ttcidfont-conf x-ttcidfont-conf/xtt_vl boolean +# Vill du riskera att döda aktiva SSH-sessioner? +openssh-server ssh/use_old_init_script boolean true +# Lägg till en "mydomain"-post i main.cf inför uppgraderingen? +postfix postfix/mydomain_warning boolean +# Felaktig nödvändig post i +tex-common tex-common/check_texmf_wrong error +# Konflikter i trevägssammanslagning +ucf ucf/conflicts_found error +# Ska okända inställningar () sparas? +console-setup console-setup/unsupported_options boolean true +# Ditt system tillät anslutningar utan lösenord! +libpam-runtime libpam-runtime/you-had-no-auth error +# Värdnamn: +ssl-cert make-ssl-cert/hostname string localhost +# Teckenkodning för konsollen: +# Choices: ARMSCII-8, CP1251, CP1255, CP1256, GEORGIAN-ACADEMY, GEORGIAN-PS, IBM1133, ISIRI-3342, ISO-8859-1, ISO-8859-10, ISO-8859-11, ISO-8859-13, ISO-8859-14, ISO-8859-15, ISO-8859-16, ISO-8859-2, ISO-8859-3, ISO-8859-4, ISO-8859-5, ISO-8859-6, ISO-8859-7, ISO-8859-8, ISO-8859-9, KOI8-R, KOI8-U, TIS-620, UTF-8, VISCII +console-setup console-setup/charmap select UTF-8 +# for internal use +console-setup console-setup/layoutcode string se +# Ta bort inetd-komponenter? +update-inetd update-inetd/ask-remove-entries boolean false +# GRUB install devices: +# Choices: /dev/sda (320072 MB\, WDC_WD3200BEVT-22ZCT0), - /dev/sda1 (20003 MB\, /) +grub-pc grub-pc/install_devices multiselect /dev/disk/by-id/ata-WDC_WD3200BEVT-22ZCT0_WD-WXE608EZ1027 +# +# Choices: +unknown etcsync/username select +# Sårbara värdnycklar kommer att omskapas +openssh-server ssh/vulnerable_host_keys note +# Compose key: +# Choices: Ingen komposittangent, Alt\, höger, Control\, höger, Tangent med logotype\, höger, Menyknapp, Tangent med logotype\, vänster, Caps Lock +console-setup console-setup/compose select No compose key +# Teckenstorlek: +# Choices: 14, 16, 8 +console-setup console-setup/fontsize-text select 16 +# Problem med att bygga om en -hashfil () +dictionaries-common dictionaries-common/ispell-autobuildhash-message note +# Obsolete NVIDIA Driver version +nvidia-common nvidia-common/obsolete-driver error false +# Lokala nätverk: +postfix postfix/mynetworks string 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 +# Vill du att förrådet ska exporteras via pserver? +cvs cvs/pserver_repos_individual boolean true +# Standardvärden för ispells lexikon/ordlistor anges inte här. +dictionaries-common dictionaries-common/selecting_ispell_wordlist_default note +# Ytterligare tillåtna tjänster: +ufw ufw/allow_custom_ports string +# Remove GRUB 2 from /boot/grub? +grub-pc grub-pc/postrm_purge_boot_grub boolean false +# for internal use +console-setup console-setup/optionscode string +# Default Enabled +checkbox checkbox/plugins/apport_prompt/default_enabled boolean +# Bakändar för skrivarkommunikation: +# Choices: ipp, lpd, parallell, scsi, seriell, uttag, usb, snmp, dnssd +cups cupsys/backend multiselect ipp, lpd, parallel, scsi, serial, socket, usb, snmp, dnssd +# +unknown etcsync/_username string etcsync +# for internal use +popularity-contest popularity-contest/submiturls string +# Time zone: +# Choices: Longyearbyen +tzdata tzdata/Zones/Arctic select +# Ändra maximalt antal pserver-processor som startas per minut? +cvs cvs/pserver_setspawnlimit boolean false +# Hur vill du köra Samba? +# Choices: demoner, inetd +samba samba/run_mode select daemons +# HTTP-proxyserver att använda: +ttf-mscorefonts-installer msttcorefonts/http_proxy string +# Ska irqbalance aktiveras? +irqbalance irqbalance/enable boolean true +# +unknown etcsync/server string ned.vertel.se +# Vill du att debconf ska skapa magicfilter-filter? +pnm2ppa pnm2ppa/create_magicfilter boolean false +# Välj programvara att installera: +# Choices: +tasksel tasksel/tasks multiselect +# Time zone: +# Choices: Apia, Auckland, Chatham, Chuuk, Easter, Efate, Enderbury, Fakaofo, Fiji, Funafuti, Galapagos, Gambier, Guadalcanal, Guam, Honolulu, Johnston, Kiritimati, Kosrae, Kwajalein, Majuro, Marquesas, Midway, Nauru, Niue, Norfolk, Noumea, Pago_Pago, Palau, Pitcairn, Pohnpei, Ponape, Port_Moresby, Rarotonga, Saipan, Samoa, Tahiti, Tarawa, Tongatapu, Truk, Wake, Wallis, Yap +tzdata tzdata/Zones/Pacific select +# Accepterar du licensen och vill hämta flash-insticksmodulen nu? +flashplugin-installer flashplugin-installer/httpget boolean false +# Ska okända inställningar () sparas? +console-setup console-setup/unsupported_config_options boolean true +# for internal use only +gdm gdm/daemon_name string /usr/sbin/gdm +# Vilket ispell-lexikon skall vara standard på systemet? +# Choices: , Manuell inställning av symlänkar +dictionaries-common dictionaries-common/default-ispell select +# Do you like Linux? +unknown demo/boolean boolean false +# Launchpad E-mail +checkbox checkbox/plugins/launchpad_prompt/email string +# IP multicast måste vara aktiverat i kärnan för att reducera trafiken i nätverket +libslp1 libslp1/multicast error +# Ny värdnyckel är obligatorisk +openssh-server ssh/encrypted_host_key_but_no_keygen note +# Minor lapack errors +liblapack3gf liblapack3gf/minor note +# Antalet tidigare historikfiler att behålla (global inställning): +cvs cvs/rotatekeep string 7 +# Tangentbordets ursprung: +# Choices: Afghanistan, Albania, Andorra, Arabic, Armenia, Azerbaijan, Bangladesh, Belarus, Belgium, Bhutan, Bosnia and Herzegovina, Braille, Brazil, Bulgaria, Cambodia, Canada, China, Congo\, Democratic Republic of the, Croatia, Czechia, Denmark, Esperanto, Estonia, Ethiopia, Faroe Islands, Finland, France, Georgia, Germany, Ghana, Greece, Guinea, Hungary, Iceland, India, Iran, Iraq, Ireland, Israel, Italy, Japan, Japan (PC-98xx Series), Kazakhstan, Korea\, Republic of, Kyrgyzstan, Laos, Latin American, Latvia, Lithuania, Macedonia, Maldives, Mali, Malta, Maori, Mongolia, Montenegro, Morocco, Myanmar, Nepal, Netherlands, Nigeria, Norway, Pakistan, Poland, Portugal, Romania, Russia, Senegal, Serbia, Slovakia, Slovenia, South Africa, Spain, Sri Lanka, Sweden, Switzerland, Syria, Taiwan, Tajikistan, Tanzania, Thailand, Turkey, Turkmenistan, USA, Ukraine, United Kingdom, Uzbekistan, Vietnam +console-setup console-setup/layout select Sweden +# Ljudsystem att använda: +# Choices: ALSA, OSS, standard +linux-sound-base linux-sound-base/sound_system select ALSA +# Avaktivera inetd-komponenter? +update-inetd update-inetd/ask-disable-entries boolean false +# Participate in the package usage survey? +popularity-contest popularity-contest/participate boolean false +# Systemets e-postnamn: +postfix postfix/mailname string aw-laptop +# Time zone: +# Choices: Casey, Davis, DumontDUrville, Macquarie, Mawson, McMurdo, Palmer, Rothera, Syowa, Vostok +tzdata tzdata/Zones/Antarctica select +# Vill du uppgradera glibc nu? +libc6 glibc/upgrade boolean true +# Kommandorad för Linux: +grub-pc grub2/linux_cmdline string +# Enable PostScript accounting for CUPS? +foomatic-filters foomatic-filters/ps_accounting boolean true +# Korrigera tlsmgr-posten i master.cf inför uppgradering? +postfix postfix/tlsmgr_upgrade_warning boolean +# Ignorera frågor med lägre prioritet än: +# Choices: kritisk, hög, medel, låg +debconf debconf/priority select low +# Identifierar din tangentbordslayout +console-setup console-setup/detect detect-keyboard +# Identifiering av tangentbordslayout är färdig +console-setup console-setup/detected note +# Kataloger för förråden: +cvs cvs/repositories string /srv/cvs +# Tecken för lokala adressutökningar: +postfix postfix/recipient_delim string + +# Ta bort föråldrad /etc/dictionary-länk? +dictionaries-common dictionaries-common/old_wordlist_link boolean true +# for internal use; can be preseeded +man-db man-db/auto-update boolean true +# Continue without installing GRUB? +grub-pc grub-pc/install_devices_empty boolean false +# Allmän typ av e-postkonfiguration: +# Choices: Ingen konfiguration, Internetsystem, Internet med smart värd, Satellitsystem, Endast lokalt +postfix postfix/main_mailer_type select Internet Site +# Which web sites do you visit frequently? +# Choices: slashdot, freshmeat, linux.com, linuxtoday, linux.org, lwn +unknown demo/multiselect multiselect slashdot, linux.com, lwn +# What is your favorite nursery rhyme? +unknown demo/string string all +# Metod för att rätta till ogiltiga förråd: +# Choices: skapa, ignorera, ange igen +cvs cvs/badrepositories select create +# Andra destinationer att ta emot e-post för? (lämna blank om ingen): +postfix postfix/destinations string aw-laptop, localhost.localdomain, , localhost +# Suites Blacklist +checkbox checkbox/plugins/jobs_info/blacklist string +# Inkompatibla PAM-profiler har valdes. +libpam-runtime libpam-runtime/conflicts error +# Ignorera dubletter och fortsätt utan att ändra? +update-inetd update-inetd/ask-several-entries boolean true +# Lägg till originalfil till dynamisk fil? +resolvconf resolvconf/link-tail-to-original boolean false +# Time zone: +# Choices: Amsterdam, Andorra, Aten, Belfast, Belgrad, Berlin, Bratislava, Bryssel, Bukarest, Budapest, Chisinau, Köpenhamn, Dublin, Gibraltar, Guernsey, Helsingfors, Isle of Man, Istanbul, Jersey, Kaliningrad, Kiev, Lissabon, Ljubljana, London, Luxemburg, Madrid, Malta, Mariehamn, Minsk, Monaco, Moskva, Nicosia, Oslo, Paris, Podgorica, Prag, Riga, Rom, Samara, San Marino, Sarajevo, Simferopol, Skopje, Sofia, Stockholm, Tallinn, Tirana, Tiraspol, Uzjhorod, Vaduz, Vatikanstaten, Wien, Vilnius, Volgograd, Warszawa, Zagreb, Zaporozhye, Zürich +tzdata tzdata/Zones/Europe select Stockholm +# Command to convert standard input to PostScript: +foomatic-filters foomatic-filters/custom_textfilter string +# Update /etc/network/interfaces? +ifupdown ifupdown/convert-interfaces-hotplug boolean true +# Komponentregister kan vara skadade +ure ure/possibly_corrupted_rdbs note +# Baksystem att använda för Truetype-hantering i X: +# Choices: freetype, xtt +x-ttcidfont-conf x-ttcidfont-conf/tt_backend select freetype +# Do you like Debian? +unknown foo/like_debian boolean +# Antalet tidigare historikfiler att behålla i : +cvs cvs/rotatekeep_individual string 7 +# Ändra antalet historikfiler som ska behållas: +# Choices: ja, nej, individuell +cvs cvs/rotatekeep_nondefault select no +# Default Package +checkbox checkbox/plugins/apport_prompt/default_package string +# Använd lösenordskryptering? +samba-common samba-common/encrypt_passwords boolean true +# Tjänster att starta om för uppgradering av GNU libc-biblioteket: +libc6 glibc/restart-services string +# for internal use +console-setup console-setup/variantcode string +# Nödvändig post saknas i +tex-common tex-common/check_texmf_missing error +# Ändra smb.conf till att använda WINS-inställningar från DHCP? +samba-common samba-common/dhcp boolean false +# Korrigera återförsöksposten i master.cf inför uppgradering? +postfix postfix/retry_upgrade_warning boolean +# Skapa Sambas lösenordsdatabas, /var/lib/samba/passdb.tdb? +samba samba/generate_smbpasswd boolean true +# Standardkommandorad för kFreeBSD: +grub-pc grub2/kfreebsd_cmdline_default string quiet +# This is a much longer test note. +unknown demo/note note +# This is an error message. +unknown demo/error error +# A description +unknown demo/subst boolean true +# Installera postfix även om kärnan inte stöds? +postfix postfix/kernel_version_warning boolean +# Starta ufw automatiskt? +ufw ufw/enable boolean false +# for internal use +console-setup console-setup/codesetcode string Lat15 +# Vill du att debconf ska konfigurera pnm2ppa? +pnm2ppa pnm2ppa/use_debconf boolean true +# xscreensaver och xlockmore måste startas om innan uppgraderingen påbörjas +libc6 glibc/disable-screensaver error +# Time zone: +# Choices: Abidjan, Accra, Addis Abeba, Alger, Asmara, Bamako, Bangui, Banjul, Bissau, Blantyre, Brazzaville, Bujumbura, Kairo, Casablanca, Ceuta, Conakry, Dakar, Dar es-Salaam, Djibouti, Douala, Al-Ayun, Freetown, Gaborone, Harare, Johannesburg, Kampala, Khartoum, Kigali, Kinshasa, Lagos, Libreville, Lomé, Luanda, Lubumbashi, Lusaka, Malabo, Maputo, Maseru, Mbabane, Mogadishu, Monrovia, Nairobi, N'Djamena, Niamey, Nouakchott, Ouagadougou, Porto-Novo, São Tomé, Timbuktu, Tripoli, Tunis, Windhoek +tzdata tzdata/Zones/Africa select +# GRUB installation failed. Continue? +grub-pc grub-pc/install_devices_failed boolean false +# Typsnittsfilerna hittades inte +ttf-mscorefonts-installer msttcorefonts/baddldir error +# Uppdatera /etc/network/interfaces? +ifupdown ifupdown/convert-interfaces boolean true +# Time zone: +# Choices: Adak, Anchorage, Anguilla, Antigua, Araguaina, Argentina/Buenos_Aires, Argentina/Catamarca, Argentina/Cordoba, Argentina/Jujuy, Argentina/La_Rioja, Argentina/Mendoza, Argentina/Rio_Gallegos, Argentina/Salta, Argentina/San_Juan, Argentina/San_Luis, Argentina/Tucuman, Argentina/Ushuaia, Aruba, Asuncion, Atikokan, Atka, Bahia, Bahia_Banderas, Barbados, Belem, Belize, Blanc-Sablon, Boa_Vista, Bogota, Boise, Cambridge_Bay, Campo_Grande, Cancun, Caracas, Cayenne, Cayman, Chicago, Chihuahua, Coral_Harbour, Costa_Rica, Cuiaba, Curacao, Danmarkshavn, Dawson, Dawson_Creek, Denver, Detroit, Dominica, Edmonton, Eirunepe, El_Salvador, Ensenada, Fortaleza, Glace_Bay, Godthab, Goose_Bay, Grand_Turk, Grenada, Guadeloupe, Guatemala, Guayaquil, Guyana, Halifax, Havana, Hermosillo, Indiana/Indianapolis, Indiana/Knox, Indiana/Marengo, Indiana/Petersburg, Indiana/Tell_City, Indiana/Vevay, Indiana/Vincennes, Indiana/Winamac, Inuvik, Iqaluit, Jamaica, Juneau, Kentucky/Louisville, Kentucky/Monticello, La_Paz, Lima, Los_Angeles, Maceio, Managua, Manaus, Marigot, Martinique, Matamoros, Mazatlan, Menominee, Merida, Mexico_City, Miquelon, Moncton, Monterrey, Montevideo, Montreal, Montserrat, Nassau, New_York, Nipigon, Nome, Noronha, North_Dakota/Center, North_Dakota/New_Salem, Ojinaga, Panama, Pangnirtung, Paramaribo, Phoenix, Port-au-Prince, Port_of_Spain, Porto_Acre, Porto_Velho, Puerto_Rico, Rainy_River, Rankin_Inlet, Recife, Regina, Resolute, Rio_Branco, Santa_Isabel, Santarem, Santiago, Santo_Domingo, Sao_Paulo, Scoresbysund, Shiprock, St_Barthelemy, St_Johns, St_Kitts, St_Lucia, St_Thomas, St_Vincent, Swift_Current, Tegucigalpa, Thule, Thunder_Bay, Tijuana, Toronto, Tortola, Vancouver, Virgin, Whitehorse, Winnipeg, Yakutat, Yellowknife +tzdata tzdata/Zones/America select +# dhclient behöver startas om +dhcp3-client dhcp3-client/dhclient-needs-restarting note +# Lita på nya certifikat från certifikatutfärdare? +# Choices: ja, nej, fråga +ca-certificates ca-certificates/trust_new_crts select yes +# Katalog som innehåller MS-typsnitt (om de redan är hämtade): +ttf-mscorefonts-installer msttcorefonts/dldir string +# Postfix är inte konfigurerad +postfix postfix/not_configured error +# Filen hittades inte +flashplugin-installer flashplugin-installer/not_exist error +# Misslyckades med att starta om tjänster för uppgraderingen av OpenSSL +libssl0.9.8 libssl0.9.8/restart-failed error +# for internal use +console-setup console-setup/modelcode string pc105 +# Arbetsgrupp/Domännamn: +samba-common samba-common/workgroup string WORKGROUP +# Poor misguided one. Why are you installing this package? +unknown foo/why_debian_is_great note +# Skärmhanterare måste startas om manuellt +libpam0g libpam0g/xdm-needs-restart error +# Användare som är behöriga att starta X-servern: +# Choices: Endast root, Endast konsollanvändare, Alla +x11-common x11-common/xwrapper/allowed_users select Console Users Only +# Transport URL +checkbox checkbox/plugins/launchpad_exchange/transport_url string https://launchpad.net/+hwdb/+submit +# Ska man och mandb installeras "setuid man"? +man-db man-db/install-setuid boolean true +# Skapa TUN/TAP-gränssnittet? +openvpn openvpn/create_tun boolean false +# Storleksgräns för postlåda (i byte): +postfix postfix/mailbox_limit string 0 +# SMTP-värd för vidaresändning (lämna blank för ingen alls): +postfix postfix/relayhost string +# Identifiera tangentbordslayout? +console-setup console-setup/ask_detect boolean false +# Misslyckades med att starta om vissa tjänster för uppgraderingen av GNU libc +libc6 glibc/restart-failed error +# Ersättare för AltGr +# Choices: Ingen AltGr-tangent, Alt\, höger, Control\, höger, Tangent med logotype\, höger, Menyknapp, Alt\, vänster, Tangent med logotype\, vänster, Enter på numeriskt tangentbord, Båda tangenterna med logotype, Båda Alt-tangenterna +console-setup console-setup/altgr select No AltGr key +# Critical lapack errors +liblapack3gf liblapack3gf/crit note +# Rotera historikfilerna för förrådet i varje vecka? +cvs cvs/rotate_individual boolean true +# Förråd att exportera via pserver: +# Choices: alla, några +cvs cvs/pserver_repos select all +# Visa skillnaderna rad för rad mellan versionerna +ucf ucf/show_diff note +# Ska CVS-pserver aktiveras? +cvs cvs/pserver boolean false +# Installera dash som /bin/sh? +dash dash/sh boolean true +# Ska stabila uppdateringar laddas hem och installeras automatiskt? +unattended-upgrades unattended-upgrades/enable_auto_updates boolean false +# Inetd-startgräns för CVS-pserver: +cvs cvs/pserver_spawnlimit string 400 +# Flytta filer under /usr/dict som inte följer FHS till /usr/dict-pre-FHS? +dictionaries-common dictionaries-common/move_old_usr_dict boolean true +# Virtual consoles in use: +console-setup console-setup/ttys string /dev/tty[1-6] +# Vänligen konfigurera en multicast-rutt i /etc/network/interfaces +libslp1 libslp1/multicast-route error +# Vilken modell av HP Deskjet-skrivaren använder du? +# Choices: 710, 712, 720, 722, 820, 1000 +pnm2ppa pnm2ppa/printer_model select 710 +# Använda procmail för lokala leveranser? +postfix postfix/procmail boolean false +# Vill du konfigurera den BSD-kompatibla lpd-servern? +cups-bsd cups-bsd/setuplpd boolean false +# Additional home directory locations: +apparmor apparmor/homedirs string +# GRUB install devices: +# Choices: +grub-pc grub-pc/install_devices_disks_changed multiselect +# Standardkommandorad för Linux: +grub-pc grub2/linux_cmdline_default string quiet splash +# Misslyckades med att starta om vissa tjänster för PAM-uppgradering +libpam0g libpam0g/restart-failed error +# Inaktivera challenge-response-autentisering? +openssh-server ssh/disable_cr_auth boolean false +# Veckomässig rotering av historikfiler i förråden: +# Choices: ja, nej, individuell +cvs cvs/rotatehistory select no +# Systemets standardpappersstorlek: +# Choices: brev, A4, note, legal, executive, halfletter, halfexecutive, 11x17, statement, folio, quarto, 10x14, ledger, tabloid, A0, A1, A2, A3, A5, A6, A7, A8, A9, A10, B0, B1, B2, B3, B4, B5, C5, DL, Comm10, Monarch, archE, archD, archC, archB, archA, flsa, flse, csheet, dsheet, esheet +libpaper1 libpaper/defaultpaper select a4 +# Standarddisplayhanterare: +# Choices: gdm +gdm shared/default-x-display-manager select gdm +# Kedjeladda från menu.lst? +grub-pc grub-pc/chainload_from_menu.lst boolean true +# Geographic area: +# Choices: Africa, America, Antarctica, Australia, Arctic, Asia, Atlantic, Europe, Indian, Pacific, SystemV, US, Etc +tzdata tzdata/Areas select Europe +# Använd nuvarande inställning och fortsätt utan att ändra? +update-inetd update-inetd/ask-entry-present boolean true +# Tangentbordsmodell: +# Choices: A4Tech KB-21, A4Tech KBS-8, A4Tech Wireless Desktop RFKB-23, ACPI Standard, Acer AirKey V, Acer C300, Acer Ferrari 4000, Acer Laptop, Advance Scorpius KI, Amiga, Apple, Apple Aluminium Keyboard (ANSI), Apple Aluminium Keyboard (ISO), Apple Aluminium Keyboard (JIS), Apple Laptop, Asus Laptop, Atari TT, Azona RF2300 wireless Internet Keyboard, BTC 5090, BTC 5113RF Multimedia, BTC 5126T, BTC 6301URF, BTC 9000, BTC 9000A, BTC 9001AH, BTC 9019U, BTC 9116U Mini Wireless Internet and Gaming, BenQ X-Touch, BenQ X-Touch 730, BenQ X-Touch 800, Brother Internet Keyboard, Cherry B.UNLIMITED, Cherry Blue Line CyBo@rd, Cherry Blue Line CyBo@rd (alternate option), Cherry CyBo@rd USB-Hub, Cherry CyMotion Expert, Cherry CyMotion Master Linux, Cherry CyMotion Master XPress, Chicony Internet Keyboard, Chicony KB-9885, Chicony KU-0108, Chicony KU-0420, Classmate PC, Compaq Easy Access Keyboard, Compaq Internet Keyboard (13 keys), Compaq Internet Keyboard (18 keys), Compaq Internet Keyboard (7 keys), Compaq iPaq Keyboard, Creative Desktop Wireless 7000, DTK2000, Dell, Dell 101-key PC, Dell Laptop/notebook Inspiron 6xxx/8xxx, Dell Laptop/notebook Precision M series, Dell Latitude series laptop, Dell Precision M65, Dell SK-8125, Dell SK-8135, Dell USB Multimedia Keyboard, Dexxa Wireless Desktop Keyboard, Diamond 9801 / 9802 series, Do not configure keyboard; keep kernel keymap, Ennyah DKB-1008, Evdev-managed keyboard, Everex STEPnote, FL90, Fujitsu-Siemens Computers AMILO laptop, Generic 101-key PC, Generic 102-key (Intl) PC, Generic 104-key PC, Generic 105-key (Intl) PC, Genius Comfy KB-12e, Genius Comfy KB-16M / Genius MM Keyboard KWD-910, Genius Comfy KB-21e-Scroll, Genius KB-19e NB, Genius KKB-2050HS, Gyration, Happy Hacking Keyboard, Happy Hacking Keyboard for Mac, Hewlett-Packard Internet Keyboard, Hewlett-Packard Mini 110 Notebook, Hewlett-Packard Omnibook 500 FA, Hewlett-Packard Omnibook 5xx, Hewlett-Packard Omnibook 6000/6100, Hewlett-Packard Omnibook XE3 GC, Hewlett-Packard Omnibook XE3 GF, Hewlett-Packard Omnibook XT1000, Hewlett-Packard Pavilion ZT11xx, Hewlett-Packard Pavilion dv5, Hewlett-Packard SK-250x Multimedia Keyboard, Hewlett-Packard nx9020, Honeywell Euroboard, IBM Rapid Access, IBM Rapid Access II, IBM Space Saver, IBM ThinkPad 560Z/600/600E/A22E, IBM ThinkPad R60/T60/R61/T61, IBM ThinkPad Z60m/Z60t/Z61m/Z61t, Intelligent Keyboard K04, Keytronic FlexPro, Laptop/notebook Compaq (eg. Armada) Laptop Keyboard, Laptop/notebook Compaq (eg. Presario) Internet Keyboard, Laptop/notebook eMachines m68xx, Logitech Access Keyboard, Logitech Cordless Desktop, Logitech Cordless Desktop (alternate option), Logitech Cordless Desktop EX110, Logitech Cordless Desktop LX-300, Logitech Cordless Desktop Navigator, Logitech Cordless Desktop Optical, Logitech Cordless Desktop Pro (alternate option 2), Logitech Cordless Desktop iTouch, Logitech Cordless Freedom/Desktop Navigator, Logitech G15 extra keys via G15daemon, Logitech Generic Keyboard, Logitech Internet 350 Keyboard, Logitech Internet Keyboard, Logitech Internet Navigator Keyboard, Logitech Media Elite Keyboard, Logitech Ultra-X Cordless Media Desktop Keyboard, Logitech Ultra-X Keyboard, Logitech diNovo Edge Keyboard, Logitech diNovo Keyboard, Logitech iTouch, Logitech iTouch Cordless Keyboard (model Y-RB6), Logitech iTouch Internet Navigator Keyboard SE, Logitech iTouch Internet Navigator Keyboard SE (USB), MacBook/MacBook Pro, MacBook/MacBook Pro (Intl), Macintosh, Macintosh Old, Memorex MX1998, Memorex MX2500 EZ-Access Keyboard, Memorex MX2750, Microsoft Comfort Curve Keyboard 2000, Microsoft Internet Keyboard, Microsoft Internet Keyboard Pro\, Swedish, Microsoft Natural, Microsoft Natural Keyboard Elite, Microsoft Natural Keyboard Pro / Microsoft Internet Keyboard Pro, Microsoft Natural Keyboard Pro OEM, Microsoft Natural Keyboard Pro USB / Microsoft Internet Keyboard Pro, Microsoft Natural Wireless Ergonomic Keyboard 7000, Microsoft Office Keyboard, Microsoft Wireless Multimedia Keyboard 1.0A, Northgate OmniKey 101, OLPC, Ortek MCK-800 MM/Internet keyboard, PC-98xx Series, Propeller Voyager (KTEZ-1000), QTronix Scorpius 98N+, SILVERCREST Multimedia Wireless Keyboard, SK-1300, SK-2500, SK-6200, SK-7100, SVEN Ergonomic 2500, SVEN Slim 303, Samsung SDM 4500P, Samsung SDM 4510P, Sun Type 4, Sun Type 5, Sun Type 5/6, Super Power Multimedia Keyboard, Symplon PaceBook (tablet PC), Targa Visionary 811, Toshiba Satellite S3000, Trust Direct Access Keyboard, Trust Slimline, Trust Wireless Keyboard Classic, TypeMatrix EZ-Reach 2020, TypeMatrix EZ-Reach 2030 PS2, TypeMatrix EZ-Reach 2030 USB, TypeMatrix EZ-Reach 2030 USB (102/105:EU mode), TypeMatrix EZ-Reach 2030 USB (106:JP mode), Unitek KB-1925, ViewSonic KU-306 Internet Keyboard, Winbook Model XP5, Yahoo! Internet Keyboard +console-setup console-setup/model select Generic 105-key (Intl) PC +# Felaktig avgränsning för mottagare +postfix postfix/bad_recipient_delimiter error +# Internetprotokoll att använda: +# Choices: alla, ipv6, ipv4 +postfix postfix/protocols select all +# Teckenstorlek: +# Choices: +console-setup console-setup/fontsize-fb select 16 +# HTTPS Proxy +checkbox checkbox/plugins/proxy_info/https_proxy string +# (for internal use only) +foomatic-filters foomatic-filters/config_parsed boolean true +# Dedikerat systemkonto för Open ERP server: +openerp-server openerp-server/username string openerp +# Printer spooler backend for Foomatic: +# Choices: cups, lpd, lprng, pdq, ppr, direct +foomatic-filters foomatic-filters/spooler select cups +# dhclient-script har flyttats +dhcp3-client dhcp3-client/dhclient-script_moved note +# Do you want to launch Byobu at shell login for all users? +byobu byobu/launch-by-default boolean false +# Hide the GRUB timeout +grub-pc grub-pc/hidden_timeout boolean false +# Which tasks should always be installed +tasksel tasksel/force-tasks string +# För att temporärt byta mellan inställningen får nationell och latin-inmatning: +# Choices: Avaktivera temporärt byte, Båda tangenterna med logotype, Alt\, höger, Tangent med logotype\, höger, Alt\, vänster, Tangent med logotype\, vänster +console-setup console-setup/switch select No temporary switch +# Significant lapack errors +liblapack3gf liblapack3gf/sig note +# Konfigurera smb.conf automatiskt? +samba-common samba-common/do_debconf boolean true +# Command for converting text files to PostScript: +# Choices: Automagic, a2ps, mpage, enscript, Custom +foomatic-filters foomatic-filters/textfilter select Automagic +# HTTP Proxy +checkbox checkbox/plugins/proxy_info/http_proxy string +# Ska okända inställningar i konfigurationsfilen sparas? +console-setup console-setup/unsupported_config_layout boolean true +# Teckenuppsättning med stöd: +# Choices: . Arabiska, # Armenisk, # Kyrillisk - KOI8-R och KOI8-U, # Kyrillisk - icke-slaviska språk, # Kyrillisk - slaviska språk (samt Bosnisk och Serbisk latin), . Etiopisk, # Georgiska, # Grekiska , # Hebreiska, # Lao, # Latin1 och Latin5 - västeuropeiska språk samt turkiska, # Latin2 - centraleuropeiska språk, # latin3 och Latin8 - chichewa\, esperanto\, irländksa\, maltesiska och kymriska (walesiska), # Latin7 - litauiska\, lettiska\, maori och Marshallesiska, . Latin - vietnamesiska, # Thai, . Kombinerad - Latin\, slavisk kyrillisk\, hebreisk\, enkel arabisk, . Kombinerad - Latin\, slavisk kyrillisk\, grekisk, . Kombinerad - Latin\, slavisk och icke-slavisk kyrillisk +console-setup console-setup/codeset select # Latin1 and Latin5 - western Europe and Turkic languages +# Time zone: +# Choices: Azorerna, Bermuda, Kanarieöarna, Kap Verde, Färöarna, Jan Mayen, Madeira, Reykjavik, Sydgeorgien, Sankta Helena, Stanley +tzdata tzdata/Zones/Atlantic select +# The desktop environment to install when the desktop task is selected +# Choices: gnome, kde, xfce +tasksel tasksel/desktop multiselect gnome +# Vad vill du göra med den uppdaterade filen ? +# Choices: installera paketansvariges version, behåll den lokalt installerade version, visa skillnaderna mellan versionerna, visa skillnaderna sida vid sida mellan versionerna, visa en 3-vägs skillnad mellan tillgängliga versioner, gör en 3-vägs sammanslagning mellan versionerna (experimentell), starta ett nytt skal för att undersöka situationen +ucf ucf/changeprompt_threeway select keep_current +# What is your favorite color? +# Choices: red, Yellow, green, gray, grey, tan, orange, maroon, black, white, navy blue, chartruse, mahogony, blue, bluegreen, beige +unknown demo/select select black +# Tillåtna tjänster: +# Choices: CUPS, DNS, IMAPS, POP3S, SSH, CIFS (Samba), SMTP, HTTP, HTTPS +ufw ufw/allow_known_ports multiselect +# xscreensaver och xlockmore måste startas om innan uppgraderingen kan genomföras +libpam-modules libpam-modules/disable-screensaver error +# Suites Whitelist +checkbox checkbox/plugins/jobs_info/whitelist string +# Ta bort föråldrad symbolisk länk /usr/dict? +dictionaries-common dictionaries-common/remove_old_usr_dict_link boolean false +# Metod att byta melan inställning fär nationellt och latin. +# Choices: Caps Lock, Alt\, höger, Control\, höger, Shift\, höger, Tangent med logotype\, höger, Menyknapp, Alt+Shift, Control+Shift, Control+Alt, Alt+Caps Lock, Vänster Control+Vänster Shift, Alt\, vänster, Control\, vänster, Shift\, vänster, Tangent med logotype\, vänster, Scroll Lock, Ingen utbytbarhet +console-setup console-setup/toggle select No toggling +# Tvinga synkroniserade uppdateringar av postkön? +postfix postfix/chattr boolean false +# Teckensnitt för konsollen: +# Choices: Fixed, Terminus, TerminusBold, TerminusBoldVGA, VGA +console-setup console-setup/fontface select VGA +# Enable logging debug output into a log file (INSECURE)? +foomatic-filters foomatic-filters/filter_debug boolean false +# GRUB timeout +grub-pc grub-pc/timeout string 10 +# for internal use +console-setup console-setup/fontsize string 16 +# Ingaa PAM-profiler valdes. +libpam-runtime libpam-runtime/no_profiles_chosen error +# OpenOffice.org körs +openoffice.org-common shared/openofficeorg-running error +openoffice.org-emailmerge shared/openofficeorg-running error +# Time zone: +# Choices: Antananarivo, Chagosöarna, Christmas Island, Cocosöarna, Komorerna, Kerguelenöarna, Mahé, Maldiverna, Mauritius, Mayotte, Réunion +tzdata tzdata/Zones/Indian select +# Ska dumpcap installeras med "setuid root"? +wireshark-common wireshark-common/install-setuid boolean false +# Which tasks should be shown +tasksel tasksel/limit-tasks string diff -Nru etcsync-0.1ubuntu1/debian/templates etcsync-0.2ubuntu3/debian/templates --- etcsync-0.1ubuntu1/debian/templates 1970-01-01 01:00:00.000000000 +0100 +++ etcsync-0.2ubuntu3/debian/templates 2010-08-29 16:52:20.000000000 +0100 @@ -0,0 +1,19 @@ +Template: etcsync/username +Type: string +Default: etcsync +Description: User that run etcsync-tool: + Dont run etcsync as root, create another user for etcsync + +Template: etcsync/server-client +Type: boolean +Default: false +Description: Run etcsync in server-mode? + Run etcsync in server or client-mode. Server-mode publish + config-files for clients. Clients asks for config-files from server. + +Template: etcsync/server +Type: string +Default: false +Description: Server for etcsync: + The server that provide the etcsync-service. + diff -Nru etcsync-0.1ubuntu1/etc/etcsync.conf etcsync-0.2ubuntu3/etc/etcsync.conf --- etcsync-0.1ubuntu1/etc/etcsync.conf 2010-08-28 23:34:06.000000000 +0100 +++ etcsync-0.2ubuntu3/etc/etcsync.conf 1970-01-01 01:00:00.000000000 +0100 @@ -1,2 +0,0 @@ -ETCSYNC_SERVER="etcsync.exampleserver.com" -ETCSYNC_GROUP="workstation" diff -Nru etcsync-0.1ubuntu1/etcsync etcsync-0.2ubuntu3/etcsync --- etcsync-0.1ubuntu1/etcsync 2010-08-28 17:52:46.000000000 +0100 +++ etcsync-0.2ubuntu3/etcsync 2010-08-29 09:54:02.000000000 +0100 @@ -16,7 +16,7 @@ ETCSYNC_LIB=/var/lib/etcsync # ETCSYNC_SERVER ETCSYNC_GROUP -. /etc/default/etcsync +. /etc/etcsync.conf if [ "$ETCSYNC_SERVER" == "" ] ; then echo "ETCSYNC_SERVER undefined in /etc/default/etcsync" exit 255 @@ -78,52 +78,7 @@ esac done } -readpkgs () { - grep -vE '^#' "$1" | grep -vE '^\s*$' || true -} -getpkgs () { - IFS=" -" - for pkg in $( readpkgs $1 ); do - # if the line starts with "debtags:", it's a debtags expression, - # so run it through debtags. - if echo "$pkg" | grep -Eq '^debtags:'; then - if ! [ "$USE_DEBTAGS" ]; then - echo Error: "debtags:" line encountered, but debtags is not installed. Stopping. - exit 1 - fi - PATTERN=$( echo "$pkg" | cut -d: -f2- ) - debtags grep "$PATTERN" | tagcoll copy | cut -d: -f1 - else - # if the line is "meta:current-kernel", use the kernel package - # for the currently running kernel, if it exists - if [ "$pkg" = "meta:current-kernel" ]; then - KVERS=$( uname -r ) - if [ "$GLOB_STYLE" = "dpkg" ]; then - dpkg-query --showformat '${Package}\n' -W "*-image-$KVERS" 2>/dev/null || true - else - aptitude -F '%p' search ".*-image-$KVERS" | sed "s/ \+$//" 2>/dev/null || true - fi - else - # if there's a wildcard in this, push it through dpkg/aptitude - # to glob. if not, just print it out. - if [ "$GLOB_STYLE" = "dpkg" ]; then - if echo "$pkg" | grep -Eq '[][*?]'; then - dpkg-query --showformat '${Package}\n' -W "$pkg" 2>/dev/null || true - else - echo "$pkg" - fi - else - if echo "$pkg" | grep -Eq '[][*?()|~]'; then - aptitude -F '%p' search "$pkg" | sed "s/ \+$//" 2>/dev/null || true - else - echo "$pkg" - fi - fi - fi - fi - done -} + parse_options "$@" rsync -a $ETCSYNC_USER@$ETCSYNC_SERVER:$ETCSYNC_LIB/$ETCSYNC_GROUP/todo $ETCSYNC_LIB/todo