etcskel-2.0.14/000075500000000000000000000000001232101075200132175ustar00rootroot00000000000000etcskel-2.0.14/Makefile000064400000000000000000000014411232101075200146570ustar00rootroot00000000000000LOCALES = ru_RU.CP1251 ru_RU.KOI8-R uk_UA.CP1251 uk_UA.KOI8-U be_BY.CP1251 de_DE fr_FR C EURO_LOCALES = de_DE fr_FR CFLAGS = $(RPM_OPT_FLAGS) CONFDIR = $(RPM_BUILD_ROOT)/etc SKELCONFDIR = $(CONFDIR)/skel .PHONY: all install all: cd common && mkdir -p .cache .config .local/share .xsession.d install: # locale-dependent. mkdir -p $(CONFDIR) $(LOCALES) for locale in $(LOCALES); do \ cp -a $$locale $(SKELCONFDIR).$$locale; \ done # common. (cd common && \ for locale in $(LOCALES); do \ cp -pr . $(SKELCONFDIR).$$locale; \ done \ ) # move /etc/skel.C into skel. mv $(SKELCONFDIR).C $(SKELCONFDIR) # turn identical files into hardlinks. hardlink -vc $(CONFDIR) # make euro links. for locale in $(EURO_LOCALES); do \ ln -s skel.$$locale $(SKELCONFDIR).$$locale@euro; \ done etcskel-2.0.14/be_BY.CP1251/000075500000000000000000000000001232101075200150115ustar00rootroot00000000000000etcskel-2.0.14/be_BY.CP1251/.emacs000064400000000000000000000020531232101075200161020ustar00rootroot00000000000000; Personal settings for Emacs. ; Personal X resources for Emacs can be set in ~/.Xdefaults. ; Look also at the global configuration in /etc/emacs/. ; Emacs has a customization menu, changes done there are written ; into this file. ; For example, to turn off the autostart of Flyspell, customize ; Data->"Text Mode Hook" item. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Minimal settings for users of Emacs who work in ; Belarusian (CP1251) environment. ; ; ALT Linux Team, February 2002. (set-language-environment "Belarusian") ; The following lines make the corresponding ; parameters independent of the current language-environment: ; if you change language-environment, they won't be changed; ; but if you comment out some of them, they will follow the ; language-environment parameter: (set-terminal-coding-system 'cp1251) (set-keyboard-coding-system 'cp1251) ; This could help for transferring data from bad old apps ;(set-selection-coding-system 'cp1251) ; End of the language environment settings. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; etcskel-2.0.14/be_BY.CP1251/.i18n000064400000000000000000000002141232101075200155660ustar00rootroot00000000000000LANG=be_BY LANGUAGE=be_BY:ru_RU.CP1251 SYSFONTACM=cp1251 SYSFONT=UniCyr_8x16 DICTIONARY=belarusian MPAGE="-CCP1251" export DICTIONARY MPAGE etcskel-2.0.14/be_BY.CP1251/.pinerc000064400000000000000000000017101232101075200162710ustar00rootroot00000000000000# Turn on some additional features related to recoding (the essential # part of recoding is not optional, so it isn't reflected by the # options) and 8bit data transfer negotiation (these may be of some use # to people writing messages in non-Latin). # List of features; see Pine's Setup/options menu for the current set. # e.g. feature-list= select-without-confirm, signature-at-bottom # Default condition for all of the features is no-. feature-list=recode-text-for-reply, recode-header, add-x-recoded-line, enable-8bit-esmtp-negotiation, enable-8bit-nntp-posting # Reflects capabilities of the display you have. Default: US-ASCII. # Typical alternatives include ISO-8859-x, (x is a number between 1 and 9). character-set=windows-1251 # Indeed: "reflects". The name of the charset put here shouldn't be the # same as in the system locale settings, but it should reflect those # settings in such a way that PINE understands the name (as in Content-Type:).etcskel-2.0.14/be_BY.CP1251/.xemacs/000075500000000000000000000000001232101075200163475ustar00rootroot00000000000000etcskel-2.0.14/be_BY.CP1251/.xemacs/init.el000064400000000000000000000015761232101075200176450ustar00rootroot00000000000000; Personal settings for XEmacs. ; Personal X resources for XEmacs can be set in ~/.Xdefaults. ; Look also at the global configuration in /etc/xemacs/. ; XEmacs has a customization menu, changes done there are written ; into ~/.xemacs/custom.el file. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Minimal settings for users of XEmacs who work in ; Belarusian (CP1251) environment. ; ; ALT Linux Team, 2004. (MULElaunch (set-language-environment "Belarusian") (set-charset-registry 'ascii "microsoft-cp1251") (set-charset-registry 'latin-iso8859-1 "microsoft-cp1251") (set-charset-registry 'cyrillic-iso8859-5 "microsoft-cp1251") (set-charset-ccl-program 'cyrillic-iso8859-5 'ccl-encode-windows1251-font) (put-charset-property 'cyrillic-iso8859-5 'preferred-coding-system 'windows-1251) ) ; End of the language environment settings. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; etcskel-2.0.14/common/000075500000000000000000000000001232101075200145075ustar00rootroot00000000000000etcskel-2.0.14/common/.bash_logout000064400000000000000000000000301232101075200170070ustar00rootroot00000000000000# ~/.bash_logout clear etcskel-2.0.14/common/.bash_profile000064400000000000000000000002661232101075200171510ustar00rootroot00000000000000# .bash_profile # Get the aliases and functions if [ -f ~/.bashrc ]; then . ~/.bashrc fi # User specific environment and startup programs BASH_ENV=$HOME/.bashrc export BASH_ENV etcskel-2.0.14/common/.bashrc000064400000000000000000000001741232101075200157540ustar00rootroot00000000000000# .bashrc # User specific aliases and functions # Source global definitions if [ -r /etc/bashrc ]; then . /etc/bashrc fi etcskel-2.0.14/common/.lpoptions000064400000000000000000000000211232101075200165300ustar00rootroot00000000000000EmbedAllFonts=yesetcskel-2.0.14/common/.mutt/000075500000000000000000000000001232101075200155565ustar00rootroot00000000000000etcskel-2.0.14/common/.mutt/alias000064400000000000000000000005231232101075200165720ustar00rootroot00000000000000# lists alias community "ALT Linux general discussion list" alias devel-kernel "ALT Linux kernel packages development" alias docs "ALT Documentation project" alias sisyphus "ALT Linux Sisyphus mailing list" # persons etcskel-2.0.14/common/.mutt/bind000064400000000000000000000001171232101075200164140ustar00rootroot00000000000000# pager bind pager previous-line bind pager previous-line etcskel-2.0.14/common/.mutt/charset000064400000000000000000000005131232101075200171310ustar00rootroot00000000000000charset-hook windows-1250 cp1250 charset-hook windows-1251 cp1251 charset-hook windows-1252 cp1252 charset-hook windows-1253 cp1253 charset-hook windows-1254 cp1254 charset-hook windows-1255 cp1255 charset-hook windows-1256 cp1256 charset-hook windows-1257 cp1257 charset-hook windows-1258 cp1258 charset-hook windows-1259 cp1259 etcskel-2.0.14/common/.mutt/color000064400000000000000000000001531232101075200166160ustar00rootroot00000000000000# Source color settings depending on your terminal type. source ~/.mutt/color.`~/.mutt/color-select`/color etcskel-2.0.14/common/.mutt/color-select000075500000000000000000000001311232101075200200720ustar00rootroot00000000000000#!/bin/sh if [ -d "$HOME/.mutt/color.$TERM" ]; then echo "$TERM" else echo default fi etcskel-2.0.14/common/.mutt/color.default/000075500000000000000000000000001232101075200203175ustar00rootroot00000000000000etcskel-2.0.14/common/.mutt/color.default/body000064400000000000000000000126541232101075200212070ustar00rootroot00000000000000## ============================================================= ## COLOR for the BODY (viewed with *internal* pager) ## ============================================================= ## From the manual to mutt-1.2: ## Objects that you can colorize: ## attachment, body (regexpr), bold, error, header, hdrdefault, ## index, indicator, markers, message, normal, ## quoted, quoted1, ..., quotedN, ## search, signature, status, tilde, tree, underline. ## ## Color names you can use for "background" and "foreground": ## white black green magenta blue cyan yellow red default colorx ## ## NOTE: Although I'd like to use "default" as the background color, ## it somehow does not work out with "xterm". ## So I changed it to "black" everywhere. ## ================================================== ## COLOR for the BODY - special text parts ## ================================================== # Show attachments: color attachment brightcyan default # Quoted text - coloring only the first four levels: color quoted blue default #color quoted1 red default #color quoted2 cyan default #color quoted3 yellow default # Bold and unerlined text: #color bold yellow default #color underline green default ## ================================================== ## COLOR for the BODY - special text parts ## ================================================== #color normal black default color signature yellow default color tilde cyan default ## ================================================== ## COLOR for the BODY - Internet Addresses ## ================================================== # URLs (General Internet addresses): color body magenta default "(finger|ftp|https?|news|telnet)://[^ >]+" color body magenta default "" # Mailto links: color body magenta default "mailto:(//)? *[^ ]+\(\\?subject=[^ ]+\)?" color body magenta default "<[^>]+@[^>]+\.[^>]+>" ## =========================================================== ## COLOR for the BODY - Directories, Filenames, and Variables ## =========================================================== # File names ("/path/file") #color body brightgreen default "(^| +)\\~?\(/[-_.a-zA-Z0-9]+\)+" # DOS/Windows file names #color body brightgreen default "(^| +)[a-z]:[-_.a-zA-Z0-9\]+" # Path names ("/path/") #color body brightred default "(^| +)\(/[-_.a-zA-Z0-9]+\)+/" # Variables ("$HOME") #color body brightmagenta default "(^| +)\\$[a-zA-Z][-_a-zA-Z]+" ## =========================================================== ## COLOR for the BODY - Miscellaneous ## =========================================================== # *Emphasized* and /emphasized/ words: # color body brightred default "[*/]+ +[- &[:alnum:]]+ +[*/]+" # Smileys: :-) ;-) :-| :-/ :-( #color body yellow default "[;:]-[)/(|]" # Border Lines of length three or more. # (Several Newsletters use border lines..) #color body brightwhite default "[-_=~/\*]{3,}" # Extensive use of exclamation and question marks: # "!!!" "???" #color body red default "[!?]{3,}" # FAX and TEL Numbers: # "FAX: (1 123) 4567 890" # "TEL: +1-123-456-78900" # "Tel.: 123/456-789" # "Cell: 123/456-789" # color body green default "(fax|tel)\.?:? *[+]?[-+0-9/() ]+" # color body green default "(cell|fax|Fax|FAX|tel|Tel|TEL)[.:]+ *\\+?[-+0-9/()]+" # color body green default "(cell|fax|tel|)?[.:]+ *[+]*[-+0-9/()]+" # color body green default "(call|fax|tel|)?[.:+ ]+[-+0-9/()]+" # color body green default "\\+?[-+0-9/()]+" # # Phone Numbers: # "(123) 4567890" # color body white red "\\([0-9]{3}\\) [-0-9]+" # "1-234-4567890" # "1-234 4567890 ext. 123" # color body brightyellow red "1-[0-9]{3}[- ][-0-9]+ +ext.? [0-9]+" # Toll Free Numbers: # "1-800-123-456-789" # "(800) 123-456-789 x123" # "(800) 123-456-789 ext 123" # color body white red "1-?800[-0-9]+" # color body white red "(1 ?)?\\(800\\) ?[-0-9]+( x[0-9]+)?" # color body white red "(1 ?)?\\(800\\) ?[-0-9]+( ext ?[0-9]+)?" # ISBNs # color body white red "[-0-9]{9,12}[0-9X]" # Dates: "1967/04/06" #color body cyan default "\(19|20\)?[0-9]{2}/[01]?[0-9]/[0123]?[0-9]( [0-9]{2}:[0-9]{2}(:[0-9]{2})?( ?(AM|PM))?( +[+-][0-9]{4})?)?" #color body cyan default "(Sun(day)?|Mon(day)?|Tue(sday)?|Wed(nesday)?|Thu(sday)?|Fri(day)?|Sat(urday)?) (Jan(uary)?|Feb(rary)?|Mar(ch)?|Apr(il)?|May|June?|July?|Aug(ust)?|Sep(ember)?|Oct(ober)?|Nov(ember)?|Dec(ember)?) +[0-9]{1,2} [0-9]{2}:[0-9]{2}(:[0-9]{2})?( ?(AM|PM))? (199[0-9]|2000)" #color body cyan default "(Sun(day)?|Mon(day)?|Tue(sday)?|Wed(nesday)?|Thu(sday)?|Fri(day)?|Sat(urday)?), +[0-9]{1,2} (Jan(uary)?|Feb(rary)?|Mar(ch)?|Apr(il)?|May|June?|July?|Aug(ust)?|Sep(ember)?|Oct(ober)?|Nov(ember)?|Dec(ember)?)( [0-9]{2}:[0-9]{2}(:[0-9]{2})?( ?(AM|PM))?)? (199[0-9]|2000)" #color body cyan default "(Sun(day)?|Mon(day)?|Tue(sday)?|Wed(nesday)?|Thu(sday)?|Fri(day)?|Sat(urday)?), (Jan(uary)?|Feb(rary)?|Mar(ch)?|Apr(il)?|May|June?|July?|Aug(ust)?|Sep(ember)?|Oct(ober)?|Nov(ember)?|Dec(ember)?) +[0-9]{1,2}, (199[0-9]|2000)( at [0-9]{2}:[0-9]{2}(:[0-9]{2})?( ?(AM|PM))?( +[+-][0-9]{4})?)?" # RTFM! # " man word" # color body white red '\\"man [^ ]+\\"' # color body white red "^ +man [^ ]+" # Copyright (C) and # Registered Trademark (r) # color body brightyellow default "[^ ]+ ?\\([cr]\\)" # Lists # * one - one # * two - two # * three - three #color body red default "^ *[-+*] +" # IP Host Adresses: # 192.x.x.x # color body white blue "192.[0-9]{0,3}.[0-9]{0,3}.[0-9]{0,3}" etcskel-2.0.14/common/.mutt/color.default/color000064400000000000000000000003571232101075200213650ustar00rootroot00000000000000# colorize the message body: source ~/.mutt/color.`~/.mutt/color-select`/body # colorize the message header: source ~/.mutt/color.`~/.mutt/color-select`/header # colorize the folder index: source ~/.mutt/color.`~/.mutt/color-select`/index etcskel-2.0.14/common/.mutt/color.default/header000064400000000000000000000107201232101075200214720ustar00rootroot00000000000000color hdrdefault blue default ## ============================================================= ## COLOR for Valid Mails ## ============================================================= # Most important lines color header brightcyan default "^date: " color header brightblue default "^from:? " color header brightgreen default "^to:? " color header brightgreen default "^cc:? " color header brightgreen default "^bcc:? " color header brightred default "^subject: " #color header brightcyan default "^subject: " #color header brightcyan default "^from:? " #color header brightcyan default "^to:? " #color header brightcyan default "^cc:? " #color header brightcyan default "^bcc:? " #color header brightcyan default "^date: " # "Delivered-To:" header #color header yellow default "^Delivered-To: " # Info relating to the sender: #color header green default "^sender: " #color header green default "^organi[sz]ation: " #color header green default "x-editor: " #color header green default "(x-mailer|user-agent): " #color header green default "X-Operating-System: " #color header green default "X-MimeOLE: " #color header green default "X-Accept-Language: " # Message Identification. # Message-ID, In-Reply-To, and References: # color header red default "^message-id:" # color header red default "^in-reply-to: " # color header red default "^references: " ## Public Messages (related to MailLists or News/Usenet): # color header white red "^newsgroups: " # Redirection. # color header cyan default "^followup-to: " # color header cyan default "^mail-followup-to: " # color header cyan default "^reply-to: " ## Importance:, Precedence: Priority: ## Color depends on the value: # color header green default "^importance: " # color header green default "^importance: normal" # color header green default "^precedence: " # color header green default "^priority: " # color header green default "^priority: normal" # color header red default "^priority: (high|urgent)" ##color header default black "x-priority: " ##color header default black "X-MSMail-Priority: " # ## Address lines (To:, Cc:, Reply-To; Bcc:): ## Empty address lines get special color: ## BUG: Anchoring at the end-of-line with '$' does not work! :-( ## color header white magenta "bcc: $" ## color header white magenta "cc: $" ## color header white magenta "to: ?$" ## color header white magenta "to: $" ## color header white magenta "to:$" ## color header white magenta "to: " #color header green magenta "^to: *\\$" ## ## Require at least one non-space character ## to differentiate from following rules. ##color header brightyellow red "bcc: [^ ]" ##color header yellow black "cc: [^ ]" ##color header brightyellow black "^to: [^ ]" # ## Lines that get added by the MDA: ##color header default black "Content-Length: " ##color header default black "Lines: " # ## Standard Headers that are usually hidden: #color header white default "Received: " #color header white default "Return-Path: " # ## Other additional headers: ## Netscape Mozilla adds this: "X-Accept-Language: en" ##color header default black "X-Accept-Language: " # ## The "Status" as added by elm, mutt, and pine: #color header blue white "Status: " # ## MIME headers: # color header default yellow "MIME-Version: " # color header default yellow "Content-Type: " # color header default yellow "Content-Transfer-Encoding: " # color header default yellow "Content-Disposition: " # color header default yellow "Content-Encoding: " # color header default yellow "Content-Language: " # ## Deflected ("Resent") Mails: # color header yellow default "X-Resent-By: " # color header yellow default "X-Resent-For: " # color header yellow default "X-Resent-To: " # # TODO: # Content-MD5: # Errors-To: # Status: RO # X-Originating-IP: # X-Pgp-Fingerprint: # X-Sun-Charset: US-ASCII # X-Keywords: # X-UID: 17 # X-Status: F ## ============================================================= ## COLOR for SPAM - magenta on default ## ============================================================= # "To: " - SPAM or proper MailList? color header magenta default "To: " # Bad To and Reply-To lines (without '@' sign): color header magenta default "(Reply-)?To: [^@]*\\$" # EOF etcskel-2.0.14/common/.mutt/color.default/index000064400000000000000000000110611232101075200213500ustar00rootroot00000000000000## ================================================== ## COLOR for both the Folder INDEX *and* the PAGER ## ================================================== # error messages color error red default # "message" - informational messages # such as the incremental count at startup. # It is nice to see on startup that # color actually works. :-) color message brightwhite blue ## ================================================== ## Special COLORs for the Folder INDEX ## ================================================== # The "indicator" for the "current message" - # whether it is an arrow or an "inverse line": color indicator brightwhite green # "status" lines in the folder index. # used for the mini-help line. color status white blue # The "tree" display of threads within the folder index. color tree blue default ## ================================================== ## COLOR for some special messages. ## ================================================== ## ================================================== ## Mails TO special addresses ## ================================================== # Mails with no obvious addresses # (empty To: and Cc: lines) color index magenta default "! ~C ." # An empty Message-ID usually is spam, too. color index magenta default "~i <>" # # Message-IDs do not contain spaces. color index magenta default "~i '<.* .*>'" # # Message-IDs should not contain "localhost". # color index magenta default "~i localhost" # # Message-IDs contains at least one '@' character. color index magenta default "! ~i @" # # Address lines contain only local addresses # ie without an '@' character. color index magenta default "! ~C @" # Possible SPAM: # color index magenta default '! ~p ~f @(aol\|hotmail\|msn\|prodigy\|yahoo)\.(com' # color index magenta default '~f @(aol\|hotmail\|msn\|prodigy\|yahoo)\.(com\|net)' # color index magenta default '! ~p ~f @compulink.nlrs.com' # color index magenta default '! ~p ~f free' # color index magenta default '! ~p ~f funtime' # color index magenta default '! ~p ~f worldnet.att.net' color index magenta default '~C Undisclosed.*Recipients' # Show mails with "References" lines in the header. # This uses a rainbow scheme - the darker the color, # the more entries in the References line. # # color index brightyellow default "~h 'References: +<.+>'" # color index yellow default "~h 'References: +<.+> +<.+>'" # color index brightred default "~h 'References: +<.+> +<.+> +<.+>'" # color index red default "~h 'References: +<.+> +<.+> +<.+> +<.+>'" # color index blue default "~h 'References: +<.+> +<.+> +<.+> +<.+> +<.+>'" # color index green default "~h 'References: +<.+> +<.+> +<.+> +<.+> +<.+> +<.+>'" # Replies to my mails - indicated by an "in-reply-to" line # including my local domain. # color index brightyellow default "~h 'in-reply-to: .*math.fu-berlin.de'" # color index brightyellow default "~h 'references: .*math.fu-berlin.de'" # Flagged Messages are important! # color index brightred black "~F" # I use the flag to indicate that # I should reply to these soon. # mail from myself *and* to myself (TODO items): #color index yellow default '~f ldv ~p' # the pattern "~p" means "from myself" - but alas # there is no pattern for "*from* myself" :-( # mail to myself (personal mail): # color index brightgreen black '~p' # Commented out as most mail is for me - except SPAM. # mail NOT to myself (unpersonal mail): # color index green black '! ~p' # "DONE mails" ie those I have already replied to. color index green default '~Q' # MailList - these messages have been sent to # a known mailing list. What do these do in my mailbox?? # color index white blue '~l' # Deleted Mails - use dark color # as these are already "dealt with". color index yellow default "~D" ## ================================================== ## Mails FROM special addresses ## ================================================== # mail from important people (like myself ;-): # color index cyan black '~f guckes' # color index white red '~f (ute.*fuchs)@' # # The author of Vim - Bram Moolenaar: # color index brightred black "~f bram" # ====================== # PAGER stuff # ====================== # "search" - matches found with search # within the internal pager. color search white blue # The "markers" indicate a wrapped line # when showing messages with looong lines. color markers white yellow #EOF vim: tw=999 etcskel-2.0.14/common/.mutt/folder000064400000000000000000000000001232101075200167420ustar00rootroot00000000000000etcskel-2.0.14/common/.mutt/gpg000064400000000000000000000033461232101075200162640ustar00rootroot00000000000000#set pgp_autosign #set pgp_replysign set pgp_replyencrypt set pgp_replysignencrypted #set pgp_sign_as=0x25484EBB #set pgp_sign_micalg=pgp-sha1 # decode application/pgp set pgp_decode_command="gpg %?p?--passphrase-fd 0? -q --batch --output - --no-tty %f" # verify a pgp/mime signature set pgp_verify_command="gpg -q --batch --no-verbose -o - --no-tty --verify %s %f" # decrypt a pgp/mime attachment set pgp_decrypt_command="gpg --passphrase-fd 0 -q --batch --output - --no-tty %f" # create a pgp/mime signed attachment set pgp_sign_command="gpg -q --batch --output - --no-tty --passphrase-fd 0 --armor --detach-sign --textmode %?a?-u %a? %f" # create a application/pgp signed (old-style) message set pgp_clearsign_command="gpg -q --batch --output - --no-tty --passphrase-fd 0 --armor --textmode --clearsign %?a?-u %a? %f" # create a pgp/mime encrypted attachment set pgp_encrypt_only_command="pgpewrap gpg -q --batch --output - --no-tty --encrypt --textmode --armor --always-trust -- -r %r -- %f" # create a pgp/mime encrypted and signed attachment set pgp_encrypt_sign_command="pgpewrap gpg --passphrase-fd 0 -q --batch --output - --no-tty --encrypt --sign %?a?-u %a? --armor --always-trust -- -r %r -- %f" # import a key into the public key ring set pgp_import_command="gpg -q --import -q %f" # export a key from the public key ring set pgp_export_command="gpg -q --export --armor %r" # verify a key set pgp_verify_key_command="gpg -q --batch --output - --no-tty --fingerprint --check-sigs %r" # read in the public key ring set pgp_list_pubring_command="gpg -q --batch --output - --no-tty --with-colons --list-keys %r" # read in the secret key ring set pgp_list_secring_command="gpg -q --batch --output - --no-tty --with-colons --list-secret-keys %r" etcskel-2.0.14/common/.mutt/header000064400000000000000000000001261232101075200167300ustar00rootroot00000000000000hdr_order date from to cc bcc subject ignore * unignore Date From: To Cc Bcc Subject etcskel-2.0.14/common/.mutt/lists000064400000000000000000000000571232101075200166410ustar00rootroot00000000000000subscribe community devel-kernel docs sisyphus etcskel-2.0.14/common/.mutt/muttrc000064400000000000000000000002741232101075200170220ustar00rootroot00000000000000source ~/.mutt/set source ~/.mutt/alias source ~/.mutt/bind source ~/.mutt/charset source ~/.mutt/header source ~/.mutt/folder source ~/.mutt/gpg source ~/.mutt/lists source ~/.mutt/color etcskel-2.0.14/common/.mutt/set000064400000000000000000000007141232101075200162760ustar00rootroot00000000000000# Note: $folder should be set _before_ any other path vars where `+' or `=' # is used because paths are expanded when parsed set alias_file=~/.mutt/alias set edit_headers set editor="vi -c 'set ft=mail tw=74' '+/^$'" set ignore_list_reply_to set index_format="%4C %Z %{%b %d} %-31.31F (%4l) %s" set menu_scroll set mime_forward=ask-no set mbox=+mbox set postponed=+postponed-msgs set record=+sent-mail set nosave_empty set sort=threads set nouser_agent etcskel-2.0.14/common/.rpmmacros000064400000000000000000000001701232101075200165110ustar00rootroot00000000000000%_topdir %homedir/RPM %_tmppath %homedir/tmp # %packager Joe Hacker # %_gpg_name joe@email.address etcskel-2.0.14/common/.ssh/000075500000000000000000000000001232101075200153625ustar00rootroot00000000000000etcskel-2.0.14/common/.ssh/authorized_keys000064400000000000000000000001021232101075200205070ustar00rootroot00000000000000# authorized_keys file format is described in sshd(8) manual page etcskel-2.0.14/common/.xprofile000075500000000000000000000003601232101075200163420ustar00rootroot00000000000000#!/bin/sh SSH_ADD=/usr/bin/ssh-add if [ -x "$SSH_ADD" -a -S "${SSH_AUTH_SOCK-}" ] && [ -r "$HOME/.ssh/id_dsa" -o -r "$HOME/.ssh/id_rsa" ] && [ $("$SSH_ADD" -L 2>/dev/null |grep -c ^ssh-) -eq 0 ]; then "$SSH_ADD" -c fi unset SSH_ADD etcskel-2.0.14/de_DE/000075500000000000000000000000001232101075200141575ustar00rootroot00000000000000etcskel-2.0.14/de_DE/.emacs000064400000000000000000000011451232101075200152510ustar00rootroot00000000000000; Personal settings for Emacs. ; Personal X resources for Emacs can be set in ~/.Xdefaults. ; Look also at the global configuration in /etc/emacs/. ; Emacs has a customization menu, changes done there are written ; into this file. ; For example, to turn off the autostart of Flyspell, customize ; Data->"Text Mode Hook" item. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Minimal settings for users of Emacs who work in ; German environment. ; ; ALT Linux Team, February 2002. (set-language-environment "German") ; End of the language environment settings. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; etcskel-2.0.14/de_DE/.i18n000064400000000000000000000001411232101075200147330ustar00rootroot00000000000000LANG=de_DE@euro SYSFONTACM=trivial.trans SYSFONT=lat0-sun16 DICTIONARY=deutsch export DICTIONARY etcskel-2.0.14/de_DE/.xemacs/000075500000000000000000000000001232101075200155155ustar00rootroot00000000000000etcskel-2.0.14/de_DE/.xemacs/init.el000064400000000000000000000010411232101075200167760ustar00rootroot00000000000000; Personal settings for XEmacs. ; Personal X resources for XEmacs can be set in ~/.Xdefaults. ; Look also at the global configuration in /etc/xemacs/. ; XEmacs has a customization menu, changes done there are written ; into ~/.xemacs/custom.el file. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Minimal settings for users of XEmacs who work in ; German environment. ; ; ALT Linux Team, 2004. (MULElaunch (set-language-environment "German") ) ; End of the language environment settings. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; etcskel-2.0.14/fr_FR/000075500000000000000000000000001232101075200142155ustar00rootroot00000000000000etcskel-2.0.14/fr_FR/.emacs000064400000000000000000000011451232101075200153070ustar00rootroot00000000000000; Personal settings for Emacs. ; Personal X resources for Emacs can be set in ~/.Xdefaults. ; Look also at the global configuration in /etc/emacs/. ; Emacs has a customization menu, changes done there are written ; into this file. ; For example, to turn off the autostart of Flyspell, customize ; Data->"Text Mode Hook" item. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Minimal settings for users of Emacs who work in ; German environment. ; ; ALT Linux Team, February 2002. (set-language-environment "French") ; End of the language environment settings. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; etcskel-2.0.14/fr_FR/.i18n000064400000000000000000000001301232101075200147670ustar00rootroot00000000000000LANG=fr_FR@euro SYSFONT=lat0-sun16 SYSFONTACM=iso15 DICTIONARY=french export DICTIONARY etcskel-2.0.14/fr_FR/.xemacs/000075500000000000000000000000001232101075200155535ustar00rootroot00000000000000etcskel-2.0.14/fr_FR/.xemacs/init.el000064400000000000000000000010411232101075200170340ustar00rootroot00000000000000; Personal settings for XEmacs. ; Personal X resources for XEmacs can be set in ~/.Xdefaults. ; Look also at the global configuration in /etc/xemacs/. ; XEmacs has a customization menu, changes done there are written ; into ~/.xemacs/custom.el file. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Minimal settings for users of XEmacs who work in ; French environment. ; ; ALT Linux Team, 2004. (MULElaunch (set-language-environment "French") ) ; End of the language environment settings. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; etcskel-2.0.14/ru_RU.CP1251/000075500000000000000000000000001232101075200150655ustar00rootroot00000000000000etcskel-2.0.14/ru_RU.CP1251/.emacs000064400000000000000000000020541232101075200161570ustar00rootroot00000000000000; Personal settings for Emacs. ; Personal X resources for Emacs can be set in ~/.Xdefaults. ; Look also at the global configuration in /etc/emacs/. ; Emacs has a customization menu, changes done there are written ; into this file. ; For example, to turn off the autostart of Flyspell, customize ; Data->"Text Mode Hook" item. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Minimal settings for users of Emacs who work in ; Russian (CP1251) environment. ; ; ALT Linux Team, February 2002. (set-language-environment "Cyrillic-CP1251") ; The following lines make the corresponding ; parameters independent of the current language-environment: ; if you change language-environment, they won't be changed; ; but if you comment out some of them, they will follow the ; language-environment parameter: (set-terminal-coding-system 'cp1251) (set-keyboard-coding-system 'cp1251) ; This could help for transferring data from bad old apps ;(set-selection-coding-system 'cp1251) ; End of the language environment settings. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; etcskel-2.0.14/ru_RU.CP1251/.i18n000064400000000000000000000001651232101075200156470ustar00rootroot00000000000000LANG=ru_RU.CP1251 SYSFONTACM=cp1251 SYSFONT=UniCyr_8x16 DICTIONARY=russianw MPAGE="-CCP1251" export DICTIONARY MPAGE etcskel-2.0.14/ru_RU.CP1251/.pinerc000064400000000000000000000017101232101075200163450ustar00rootroot00000000000000# Turn on some additional features related to recoding (the essential # part of recoding is not optional, so it isn't reflected by the # options) and 8bit data transfer negotiation (these may be of some use # to people writing messages in non-Latin). # List of features; see Pine's Setup/options menu for the current set. # e.g. feature-list= select-without-confirm, signature-at-bottom # Default condition for all of the features is no-. feature-list=recode-text-for-reply, recode-header, add-x-recoded-line, enable-8bit-esmtp-negotiation, enable-8bit-nntp-posting # Reflects capabilities of the display you have. Default: US-ASCII. # Typical alternatives include ISO-8859-x, (x is a number between 1 and 9). character-set=windows-1251 # Indeed: "reflects". The name of the charset put here shouldn't be the # same as in the system locale settings, but it should reflect those # settings in such a way that PINE understands the name (as in Content-Type:).etcskel-2.0.14/ru_RU.CP1251/.xemacs/000075500000000000000000000000001232101075200164235ustar00rootroot00000000000000etcskel-2.0.14/ru_RU.CP1251/.xemacs/init.el000064400000000000000000000015761232101075200177210ustar00rootroot00000000000000; Personal settings for XEmacs. ; Personal X resources for XEmacs can be set in ~/.Xdefaults. ; Look also at the global configuration in /etc/xemacs/. ; XEmacs has a customization menu, changes done there are written ; into ~/.xemacs/custom.el file. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Minimal settings for users of XEmacs who work in ; Russian (CP1251) environment. ; ; ALT Linux Team, 2004. (MULElaunch (set-language-environment "Cyrillic-Win") (set-charset-registry 'ascii "microsoft-cp1251") (set-charset-registry 'latin-iso8859-1 "microsoft-cp1251") (set-charset-registry 'cyrillic-iso8859-5 "microsoft-cp1251") (set-charset-ccl-program 'cyrillic-iso8859-5 'ccl-encode-windows1251-font) (put-charset-property 'cyrillic-iso8859-5 'preferred-coding-system 'windows-1251) ) ; End of the language environment settings. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; etcskel-2.0.14/ru_RU.KOI8-R/000075500000000000000000000000001232101075200151635ustar00rootroot00000000000000etcskel-2.0.14/ru_RU.KOI8-R/.emacs000064400000000000000000000020511232101075200162520ustar00rootroot00000000000000; Personal settings for Emacs. ; Personal X resources for Emacs can be set in ~/.Xdefaults. ; Look also at the global configuration in /etc/emacs/. ; Emacs has a customization menu, changes done there are written ; into this file. ; For example, to turn off the autostart of Flyspell, customize ; Data->"Text Mode Hook" item. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Minimal settings for users of Emacs working in ; Russian (KOI8-R) environment. ; ; ALT Linux Team, February 2002. (set-language-environment "Cyrillic-KOI8") ; The following lines make the corresponding ; parameters independent of the current language-environment: ; if you change language-environment, they won't be changed; ; but if you comment out some of them, they will follow the ; language-environment parameter: (set-terminal-coding-system 'koi8-r) (set-keyboard-coding-system 'koi8-r) ; This could help for transferring data from bad old apps ;(set-selection-coding-system 'koi8-r) ; End of the language environment settings. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; etcskel-2.0.14/ru_RU.KOI8-R/.i18n000064400000000000000000000001641232101075200157440ustar00rootroot00000000000000LANG=ru_RU.KOI8-R SYSFONTACM=koi8-r SYSFONT=UniCyr_8x16 DICTIONARY=russian MPAGE="-CKOI8-R" export DICTIONARY MPAGE etcskel-2.0.14/ru_RU.KOI8-R/.pinerc000064400000000000000000000017021232101075200164440ustar00rootroot00000000000000# Turn on some additional features related to recoding (the essential # part of recoding is not optional, so it isn't reflected by the # options) and 8bit data transfer negotiation (these may be of some use # to people writing messages in non-Latin). # List of features; see Pine's Setup/options menu for the current set. # e.g. feature-list= select-without-confirm, signature-at-bottom # Default condition for all of the features is no-. feature-list=recode-text-for-reply, recode-header, add-x-recoded-line, enable-8bit-esmtp-negotiation, enable-8bit-nntp-posting # Reflects capabilities of the display you have. Default: US-ASCII. # Typical alternatives include ISO-8859-x, (x is a number between 1 and 9). character-set=koi8-r # Indeed: "reflects". The name of the charset put here shouldn't be the # same as in the system locale settings, but it should reflect those # settings in such a way that PINE understands the name (as in Content-Type:).etcskel-2.0.14/ru_RU.KOI8-R/.xemacs/000075500000000000000000000000001232101075200165215ustar00rootroot00000000000000etcskel-2.0.14/ru_RU.KOI8-R/.xemacs/init.el000064400000000000000000000015261232101075200200120ustar00rootroot00000000000000; Personal settings for XEmacs. ; Personal X resources for XEmacs can be set in ~/.Xdefaults. ; Look also at the global configuration in /etc/xemacs/. ; XEmacs has a customization menu, changes done there are written ; into ~/.xemacs/custom.el file. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Minimal settings for users of XEmacs who work in ; Russian (KOI8-R) environment. ; ; ALT Linux Team, 2004. (MULElaunch (set-language-environment "Cyrillic-KOI8") (set-charset-registry 'ascii "koi8-r") (set-charset-registry 'latin-iso8859-1 "koi8-r") (set-charset-registry 'cyrillic-iso8859-5 "koi8-r") (set-charset-ccl-program 'cyrillic-iso8859-5 'ccl-encode-koi8-r-font) (put-charset-property 'cyrillic-iso8859-5 'preferred-coding-system 'koi8-r) ) ; End of the language environment settings. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; etcskel-2.0.14/uk_UA.CP1251/000075500000000000000000000000001232101075200150355ustar00rootroot00000000000000etcskel-2.0.14/uk_UA.CP1251/.emacs000064400000000000000000000020561232101075200161310ustar00rootroot00000000000000; Personal settings for Emacs. ; Personal X resources for Emacs can be set in ~/.Xdefaults. ; Look also at the global configuration in /etc/emacs/. ; Emacs has a customization menu, changes done there are written ; into this file. ; For example, to turn off the autostart of Flyspell, customize ; Data->"Text Mode Hook" item. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Minimal settings for users of Emacs who work in ; Ukrainian (CP1251) environment. ; ; ALT Linux Team, February 2002. (set-language-environment "Ukrainian-CP1251") ; The following lines make the corresponding ; parameters independent of the current language-environment: ; if you change language-environment, they won't be changed; ; but if you comment out some of them, they will follow the ; language-environment parameter: (set-terminal-coding-system 'cp1251) (set-keyboard-coding-system 'cp1251) ; This could help for transferring data from bad old apps ;(set-selection-coding-system 'cp1251) ; End of the language environment settings. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; etcskel-2.0.14/uk_UA.CP1251/.i18n000064400000000000000000000002311232101075200156110ustar00rootroot00000000000000LANG=uk_UA.CP1251 LANGUAGE=uk_UA.CP1251:ru_RU.CP1251 SYSFONTACM=cp1251 SYSFONT=UniCyr_8x16 DICTIONARY=ukrainian MPAGE="-CCP1251" export DICTIONARY MPAGE etcskel-2.0.14/uk_UA.CP1251/.pinerc000064400000000000000000000017021232101075200163160ustar00rootroot00000000000000# Turn on some additional features related to recoding (the essential # part of recoding is not optional, so it isn't reflected by the # options) and 8bit data transfer negotiation (these may be of some use # to people writing messages in non-Latin). # List of features; see Pine's Setup/options menu for the current set. # e.g. feature-list= select-without-confirm, signature-at-bottom # Default condition for all of the features is no-. feature-list=recode-text-for-reply, recode-header, add-x-recoded-line, enable-8bit-esmtp-negotiation, enable-8bit-nntp-posting # Reflects capabilities of the display you have. Default: US-ASCII. # Typical alternatives include ISO-8859-x, (x is a number between 1 and 9). character-set=cp1251 # Indeed: "reflects". The name of the charset put here shouldn't be the # same as in the system locale settings, but it should reflect those # settings in such a way that PINE understands the name (as in Content-Type:).etcskel-2.0.14/uk_UA.CP1251/.xemacs/000075500000000000000000000000001232101075200163735ustar00rootroot00000000000000etcskel-2.0.14/uk_UA.CP1251/.xemacs/init.el000064400000000000000000000015741232101075200176670ustar00rootroot00000000000000; Personal settings for XEmacs. ; Personal X resources for XEmacs can be set in ~/.Xdefaults. ; Look also at the global configuration in /etc/xemacs/. ; XEmacs has a customization menu, changes done there are written ; into ~/.xemacs/custom.el file. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Minimal settings for users of XEmacs who work in ; Ukrainian (CP1251) environment. ; ; ALT Linux Team, 2004. (MULElaunch (set-language-environment "Ukrainian") (set-charset-registry 'ascii "microsoft-cp1251") (set-charset-registry 'latin-iso8859-1 "microsoft-cp1251") (set-charset-registry 'cyrillic-iso8859-5 "microsoft-cp1251") (set-charset-ccl-program 'cyrillic-iso8859-5 'ccl-encode-windows1251-font) (put-charset-property 'cyrillic-iso8859-5 'preferred-coding-system 'windows-1251) ) ; End of the language environment settings. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; etcskel-2.0.14/uk_UA.KOI8-U/000075500000000000000000000000001232101075200151365ustar00rootroot00000000000000etcskel-2.0.14/uk_UA.KOI8-U/.emacs000064400000000000000000000020561232101075200162320ustar00rootroot00000000000000; Personal settings for Emacs. ; Personal X resources for Emacs can be set in ~/.Xdefaults. ; Look also at the global configuration in /etc/emacs/. ; Emacs has a customization menu, changes done there are written ; into this file. ; For example, to turn off the autostart of Flyspell, customize ; Data->"Text Mode Hook" item. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Minimal settings for users of Emacs who work in ; Ukrainian (KOI8-U) environment. ; ; ALT Linux Team, February 2002. (set-language-environment "Cyrillic-KOI8-U") ; The following lines make the corresponding ; parameters independent of the current language-environment: ; if you change language-environment, they won't be changed; ; but if you comment out some of them, they will follow the ; language-environment parameter: (set-terminal-coding-system 'koi8-u) (set-keyboard-coding-system 'koi8-u) ; This could help for transferring data from bad old apps ;(set-selection-coding-system 'koi8-u) ; End of the language environment settings. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; etcskel-2.0.14/uk_UA.KOI8-U/.i18n000064400000000000000000000002311232101075200157120ustar00rootroot00000000000000LANG=uk_UA.KOI8-U LANGUAGE=uk_UA.KOI8-U:ru_RU.KOI8-R SYSFONTACM=koi8-u SYSFONT=UniCyr_8x16 DICTIONARY=ukrainian MPAGE="-CKOI8-U" export DICTIONARY MPAGE etcskel-2.0.14/uk_UA.KOI8-U/.pinerc000064400000000000000000000017021232101075200164170ustar00rootroot00000000000000# Turn on some additional features related to recoding (the essential # part of recoding is not optional, so it isn't reflected by the # options) and 8bit data transfer negotiation (these may be of some use # to people writing messages in non-Latin). # List of features; see Pine's Setup/options menu for the current set. # e.g. feature-list= select-without-confirm, signature-at-bottom # Default condition for all of the features is no-. feature-list=recode-text-for-reply, recode-header, add-x-recoded-line, enable-8bit-esmtp-negotiation, enable-8bit-nntp-posting # Reflects capabilities of the display you have. Default: US-ASCII. # Typical alternatives include ISO-8859-x, (x is a number between 1 and 9). character-set=koi8-u # Indeed: "reflects". The name of the charset put here shouldn't be the # same as in the system locale settings, but it should reflect those # settings in such a way that PINE understands the name (as in Content-Type:).etcskel-2.0.14/uk_UA.KOI8-U/.xemacs/000075500000000000000000000000001232101075200164745ustar00rootroot00000000000000etcskel-2.0.14/uk_UA.KOI8-U/.xemacs/init.el000064400000000000000000000015321232101075200177620ustar00rootroot00000000000000; Personal settings for XEmacs. ; Personal X resources for XEmacs can be set in ~/.Xdefaults. ; Look also at the global configuration in /etc/xemacs/. ; XEmacs has a customization menu, changes done there are written ; into ~/.xemacs/custom.el file. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Minimal settings for users of XEmacs who work in ; Ukrainian (KOI8-U) environment. ; ; ALT Linux Team, 2004. (MULElaunch (set-language-environment "Cyrillic-KOI8-U") (set-charset-registry 'ascii "koi8-u") (set-charset-registry 'latin-iso8859-1 "koi8-u") (set-charset-registry 'cyrillic-iso8859-5 "koi8-u") (set-charset-ccl-program 'cyrillic-iso8859-5 'ccl-encode-koi8-u-font) (put-charset-property 'cyrillic-iso8859-5 'preferred-coding-system 'koi8-u) ) ; End of the language environment settings. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;