Acked-by: Peter Müller > This is now required by ovpnmain.cgi for certificate expiry time > detection. > > Signed-off-by: Michael Tremer > --- > config/rootfiles/{packages => common}/perl-TimeDate | 0 > lfs/perl-TimeDate | 5 ----- > lfs/swatch | 4 ++-- > 3 files changed, 2 insertions(+), 7 deletions(-) > rename config/rootfiles/{packages => common}/perl-TimeDate (100%) > > diff --git a/config/rootfiles/packages/perl-TimeDate b/config/rootfiles/common/perl-TimeDate > similarity index 100% > rename from config/rootfiles/packages/perl-TimeDate > rename to config/rootfiles/common/perl-TimeDate > diff --git a/lfs/perl-TimeDate b/lfs/perl-TimeDate > index b56c5e7f6..ccb6f534a 100644 > --- a/lfs/perl-TimeDate > +++ b/lfs/perl-TimeDate > @@ -33,11 +33,6 @@ DL_FILE = ${THISAPP}.tar.gz > DL_FROM = $(URL_IPFIRE) > DIR_APP = $(DIR_SRC)/$(THISAPP) > TARGET = $(DIR_INFO)/$(THISAPP) > -PROG = perl-TimeDate > -DEPS = > -PAK_VER = 7 > - > -SERVICES = > > ############################################################################### > # Top-level Rules > diff --git a/lfs/swatch b/lfs/swatch > index 227313e07..1071e9b12 100644 > --- a/lfs/swatch > +++ b/lfs/swatch > @@ -34,9 +34,9 @@ DL_FROM = $(URL_IPFIRE) > DIR_APP = $(DIR_SRC)/$(THISAPP) > TARGET = $(DIR_INFO)/$(THISAPP) > PROG = swatch > -PAK_VER = 6 > +PAK_VER = 7 > > -DEPS = perl-File-Tail perl-Date-Calc perl-TimeDate perl-Date-Manip > +DEPS = perl-File-Tail perl-Date-Calc perl-Date-Manip > > SERVICES = >