diff options
-rw-r--r-- | perl-install/Makefile.config | 2 | ||||
-rw-r--r-- | perl-install/install/NEWS | 4 | ||||
-rw-r--r-- | perl-install/install/share/symlinks | 1 |
3 files changed, 6 insertions, 1 deletions
diff --git a/perl-install/Makefile.config b/perl-install/Makefile.config index 2a58e3a37..3141826d9 100644 --- a/perl-install/Makefile.config +++ b/perl-install/Makefile.config @@ -1,5 +1,5 @@ # -*- Makefile -*- -VERSION:=13.37 +VERSION:=13.38 SUDO = sudo TMPDIR = /tmp diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index fbdce91b9..3a1c79833 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,7 @@ +Version 13.38 - 2 July 2010 + +- create symlink for /etc/pki to have it usable in stage2 + Version 13.37 - 2 July 2010 - accept https URL in install::http diff --git a/perl-install/install/share/symlinks b/perl-install/install/share/symlinks index d953175d8..93f193391 100644 --- a/perl-install/install/share/symlinks +++ b/perl-install/install/share/symlinks @@ -5,6 +5,7 @@ /etc/services /etc/group /etc/passwd +/etc/pki /etc/termcap /etc/urpmi /lib |