For applying patches to files inside "rhn.jar", are these the correct commands 
and switches?
Basically just the "unzip", "javac", and "jar" command syntax I am concerned 
about.


1.       unzip rhn.jar

2.       get new source .java file from git

3.       javac  <new_java_file>

4.       move compiled class file into proper directory

5.       jar -cvf /tmp/rhn.jar <path_to_exracted_jar>



This method worked for me, but just wanted to verify.
Thanks
-Josh
_______________________________________________
Spacewalk-list mailing list
Spacewalk-list@redhat.com
https://www.redhat.com/mailman/listinfo/spacewalk-list

Reply via email to