Package: desktop-profiles
Version: 1.4.15+nmu1
Severity: minor

Here is an example of the "noise" we have :

Last login: Thu Apr 26 11:59:24 2012 from xxxxxxx
declare -x COLUMNS="80"
declare -x GROUP="prof"
declare -x HOME="/home/xxxxxxx"
declare -x HOST="xxxxxxx"
declare -x HOSTTYPE="x86_64-linux"
declare -x LANG="fr_FR.UTF-8"
declare -x LINES="24"
declare -x LOGNAME="xxxxx"
declare -x MACHTYPE="x86_64"
declare -x MAIL="/var/mail/xxxx"
declare -x NLSPATH="/usr/share/locale/%L/LC_MESSAGES/%N.cat"
declare -x OLDPWD
declare -x OSTYPE="linux"
declare -x PATH="/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games"
declare -x PWD="/ubs/home/prof/grenault"
declare -x REMOTEHOST="xxxxx.univ-ubs.fr"
declare -x SHELL="/bin/tcsh"
declare -x SHLVL="2"
declare -x SSH_CLIENT="172.17.66.17 47913 22"
declare -x SSH_CONNECTION="172.17.66.17 47913 172.16.98.33 22"
declare -x SSH_TTY="/dev/pts/6"
declare -x TERM="xterm"
declare -x USER="xxxxxxxx"
declare -x VENDOR="unknown"
declare -x 
XDG_SESSION_COOKIE="4fefaa3cfae2dabeff2b3f7d0000000b-1335434404.56364-1982862778"
grenault@@kb-021-02% 

Adding "> /dev/null" at the end of line 14 make the connexion quiet.

Gilles



-- System Information:
Debian Release: 6.0.2
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages desktop-profiles depends on:
ii  debconf [debconf-2.0]         1.5.36.1   Debian configuration management sy

desktop-profiles recommends no packages.

Versions of packages desktop-profiles suggests:
ii  gconf-editor                  2.30.0-2   An editor for the GConf configurat
ii  hicolor-icon-theme            0.12-1     default fallback theme for FreeDes
pn  kiosktool                     <none>     (no description available)
pn  kommander                     <none>     (no description available)
ii  menu-xdg                      0.5        freedesktop.org menu compliant win
pn  pessulus                      <none>     (no description available)
ii  shared-mime-info              0.71-4     FreeDesktop.org shared MIME databa

-- Configuration Files:
/etc/csh/login.d/desktop-profiles.csh changed:
set 
DESKTOP_PROFILES_SNIPPET="/usr/share/desktop-profiles/get_desktop-profiles_variables"
if (-e $DESKTOP_PROFILES_SNIPPET) then
  # initialization
  set TEMP_FILE=`tempfile`
  # use bash to write the required environment settings to a tempfile
  # this file has a VARIABLE=VALUE format
  bash $DESKTOP_PROFILES_SNIPPET  $TEMP_FILE > /dev/null
  # convert to csh format and source to set the required environment variables
  sed -i 's/^\(.*\)=\(.*\)$/setenv \1 \2/'  $TEMP_FILE
  source $TEMP_FILE
  # cleanup
endif


-- debconf information excluded



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to