~ubuntu-branches/ubuntu/trusty/rhash/trusty

« back to all changes in this revision

Viewing changes to dist/rhash.1.win.sed

  • Committer: Bazaar Package Importer
  • Author(s): Aleksey Kravchenko
  • Date: 2011-08-14 20:35:00 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20110814203500-rvnovipwcpqkm91u
Tags: 1.2.7-1
* New upstream release version 1.2.7
 - Fixes security issue (Closes: #632280)
 - changed author/mantainer name to the way I prefer s/Alexey S/Aleksey/
 - simplified desriptions of binary packages
 - wriiten rules in more now standard way, using CFLAGS/LDFLAGS
 - reworded README.Debian a bit
 - aplied patch from upstream to fix possible segfault
 - aplied patch from upstream to fix glibc runtime warning
 - aplied patch from upstream to repair -openssl option handling

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sed
 
2
# insert encoding options before sfv
 
3
/^\.IP "\\-\\-sfv"/ {
 
4
i\
 
5
.IP "\\-\\-ansi"\
 
6
Use Windows codepage for output.\
 
7
.IP "\\-\\-oem"\
 
8
Use DOS (OEM) codepage for output.\
 
9
.IP "\\-\\-utf8"\
 
10
Use UTF\\-8 codepage for output.
 
11
}
 
12
 
 
13
/ looks for a config file/ {
 
14
a\
 
15
on Windows at\
 
16
%APPDATA%\\\\RHash\\\\rhashrc, %HOMEDRIVE%%HOMEPATH%\\\\rhashrc\
 
17
\
 
18
and on Linux/Unix
 
19
}