mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
13 lines
472 B
Plaintext
13 lines
472 B
Plaintext
diff -ur --unidirectional-new-file skipsrc-1.0.orig/skip/keymgrd/skipca.C work.new/skip/keymgrd/skipca.C
|
|
--- skipsrc-1.0.orig/skip/keymgrd/skipca.C Fri Oct 25 13:12:53 1996
|
|
+++ work.new/skip/keymgrd/skipca.C Mon Jan 24 12:35:40 2000
|
|
@@ -307,7 +307,7 @@
|
|
}
|
|
if (overwrite) {
|
|
int ret;
|
|
- sprintf(buf,"/usr/bin/rm -rf %s", CA_PATH);
|
|
+ sprintf(buf,"/bin/rm -rf %s", CA_PATH);
|
|
ret = system(buf);
|
|
if (ret) {
|
|
fprintf(stderr,"Unable to Clean old directory %s \n",
|