From 65967229bc9e4c43d665fcf0d6cdc33e550043060c82f2ef5dab7d0bab4d20a3 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Fri, 13 Jul 2012 07:42:19 +0000 Subject: [PATCH] . OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive-filesystem?expand=0&rev=12 --- texlive-filesystem.changes | 7 +++++++ SuSEconfig.texlive => update.texlive | 12 +++++++++--- 2 files changed, 16 insertions(+), 3 deletions(-) rename SuSEconfig.texlive => update.texlive (97%) diff --git a/texlive-filesystem.changes b/texlive-filesystem.changes index 813b907..816db1b 100644 --- a/texlive-filesystem.changes +++ b/texlive-filesystem.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Jul 13 07:34:32 UTC 2012 - werner@suse.de + +- Rename SuSEconfig.texlive to update.texlive to make the quibblers + happy. The script was already self-sufficient and does not need + any help from the old SuSEconfig infrastructure. + ------------------------------------------------------------------- Wed Jun 27 09:00:58 UTC 2012 - werner@suse.de diff --git a/SuSEconfig.texlive b/update.texlive similarity index 97% rename from SuSEconfig.texlive rename to update.texlive index 21fc7b4..cf7b6c0 100644 --- a/SuSEconfig.texlive +++ b/update.texlive @@ -1,9 +1,17 @@ #!/bin/bash # +# $TEXMFMAIN/texconfig/update Update the TeXLive system depending on +# the marks found below /var/run/texlive +# and also tries do determine the required printer setup like the page size +# layout, printer resolution and printer blackening. +# +# This script is based on the old SuSEconfig.texlive or SuSEconfig.tetex +# script used before for this job. +# # Copyright (c) 1997-2001 SuSE Gmbh Nuernberg, Germany. All rights reserved. # Copyright (c) 2004 SuSE LINUX AG, Germany. All rights reserved. # Copyright (c) 2007-2009 SuSE LINUX Products GmbH, Nuernberg, Germany. -# Copyright (c) 2011 SuSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011-2012 SuSE LINUX Products GmbH, Nuernberg, Germany. # # Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -14,8 +22,6 @@ typeset -r OLDIFS="$IFS" typeset -i rc=0 : ${VERBOSE=true} -test -r /etc/sysconfig/suseconfig && . /etc/sysconfig/suseconfig - # # We need a check for an already modified texlive configuration: # therefore we use md5 check sums.