9ccdfb
diff -up ./esc/coreconf/Linux3.10.mk.fix18 ./esc/coreconf/Linux3.10.mk
9ccdfb
--- ./esc/coreconf/Linux3.10.mk.fix18	2013-07-30 11:32:33.214414126 -0700
9ccdfb
+++ ./esc/coreconf/Linux3.10.mk	2013-07-30 11:32:33.214414126 -0700
9ccdfb
@@ -0,0 +1,35 @@
9ccdfb
+# BEGIN COPYRIGHT BLOCK
9ccdfb
+# This Program is free software; you can redistribute it and/or modify it under
9ccdfb
+# the terms of the GNU General Public License as published by the Free Software
9ccdfb
+# Foundation; version 2 of the License.
9ccdfb
+#
9ccdfb
+# This Program is distributed in the hope that it will be useful, but WITHOUT
9ccdfb
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
9ccdfb
+# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
9ccdfb
+#
9ccdfb
+# You should have received a copy of the GNU General Public License along with
9ccdfb
+# this Program; if not, write to the Free Software Foundation, Inc., 59 Temple
9ccdfb
+# Place, Suite 330, Boston, MA 02111-1307 USA.
9ccdfb
+#
9ccdfb
+# Copyright (C) 2005 Red Hat, Inc.
9ccdfb
+# All rights reserved.
9ccdfb
+# END COPYRIGHT BLOCK
9ccdfb
+
9ccdfb
+#
9ccdfb
+# Config stuff for Linux 3.10 (ELF)
9ccdfb
+#
9ccdfb
+
9ccdfb
+include $(CORE_DEPTH)/coreconf/Linux.mk
9ccdfb
+
9ccdfb
+OS_REL_CFLAGS   += -DLINUX2_1
9ccdfb
+MKSHLIB         = $(CC) -shared -Wl,-soname -Wl,$(@:$(OBJDIR)/%.so=%.so)
9ccdfb
+ifdef BUILD_OPT
9ccdfb
+            OPTIMIZER       = -O2
9ccdfb
+endif
9ccdfb
+
9ccdfb
+ifdef MAPFILE
9ccdfb
+	MKSHLIB += -Wl,--version-script,$(MAPFILE)
9ccdfb
+endif
9ccdfb
+PROCESS_MAP_FILE = grep -v ';-' $(LIBRARY_NAME).def | \
9ccdfb
+        sed -e 's,;+,,' -e 's; DATA ;;' -e 's,;;,,' -e 's,;.*,;,' > $@
9ccdfb
+
9ccdfb
diff -up ./esc/rpm/esc.1.fix18 ./esc/rpm/esc.1
9ccdfb
--- ./esc/rpm/esc.1.fix18	2013-07-30 11:32:33.215414126 -0700
9ccdfb
+++ ./esc/rpm/esc.1	2013-07-30 11:32:33.215414126 -0700
9ccdfb
@@ -0,0 +1,47 @@
9ccdfb
+.\" First parameter, NAME, should be all caps
9ccdfb
+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
9ccdfb
+.\" other parameters are allowed: see man(7), man(1)
9ccdfb
+.TH esc 1 "July 30, 2013" "version 1.0.1" "Smart Card Manager" Jack Magne
9ccdfb
+.\" Please adjust this date whenever revising the man page.
9ccdfb
+.\"
9ccdfb
+.\" Some roff macros, for reference:
9ccdfb
+.\" .nh        disable hyphenation
9ccdfb
+.\" .hy        enable hyphenation
9ccdfb
+.\" .ad l      left justify
9ccdfb
+.\" .ad b      justify to both left and right margins
9ccdfb
+.\" .nf        disable filling
9ccdfb
+.\" .fi        enable filling
9ccdfb
+.\" .br        insert line break
9ccdfb
+.\" .sp <n>    insert n+1 empty lines
9ccdfb
+.\" for man page specific macros, see man(7)
9ccdfb
+.SH NAME
9ccdfb
+esc \- Minimal Command-Line Interface for Smart Card Manager.
9ccdfb
+
9ccdfb
+.SH SYNOPSIS
9ccdfb
+esc [options] 
9ccdfb
+
9ccdfb
+.SH DESCRIPTION
9ccdfb
+.PP
9ccdfb
+\fBesc\fR provides a minimal command-line interface to Smart Card Manager which allows users to manage Smart Cards on the system. The program is most often run automatically when the user logs into the system or when an actual smart card is entered into the computer. This minimal command line interface may be of use in unusual circumstances.
9ccdfb
+  
9ccdfb
+.SH OPTIONS
9ccdfb
+.TP
9ccdfb
+NO Options.
9ccdfb
+Will start the esc daemon if not running. Will start the esc UI if daemon is running.
9ccdfb
+.TP
9ccdfb
+.TP
9ccdfb
+--version
9ccdfb
+Displays the version number of esc.
9ccdfb
+.TP
9ccdfb
+
9ccdfb
+
9ccdfb
+
9ccdfb
+
9ccdfb
+.SH FILES
9ccdfb
+.I /usr/bin/esc
9ccdfb
+
9ccdfb
+.SH AUTHORS
9ccdfb
+Jack Magne <jmagne@redhat.com> \fBesc\fP was written with the Dogtag project.
9ccdfb
+
9ccdfb
+.SH COPYRIGHT
9ccdfb
+Copyright (c) 2013 Red Hat, Inc. 
9ccdfb
diff -up ./esc/rpm/esc.desktop.fix18 ./esc/rpm/esc.desktop
9ccdfb
--- ./esc/rpm/esc.desktop.fix18	2013-07-30 14:20:31.906223946 -0700
9ccdfb
+++ ./esc/rpm/esc.desktop	2013-07-30 14:35:42.684255272 -0700
9ccdfb
@@ -1,8 +1,7 @@
9ccdfb
 [Desktop Entry]
9ccdfb
 Type=Application
9ccdfb
-Encoding=UTF-8
9ccdfb
 Name=Smart Card Manager
9ccdfb
 Comment=Enterprise Security Client Smart Card Manager
9ccdfb
-Categories=System;Application;SystemSetup;X-Red-Hat-Base;
9ccdfb
+Categories=System;Application;X-Red-Hat-Base;
9ccdfb
 Exec=esc
9ccdfb
-Icon=esc.png
9ccdfb
+Icon=esc-png