From: Enrico Scholz Date: Wed, 1 Oct 2003 00:23:53 +0000 (+0000) Subject: renamed vserver.spec.in to util-vserver.spec.in X-Git-Tag: VERSION_0_10~1325 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd2f6b7c8a7cf44e7ef58f246e2ae4cda9c86b58;p=util-vserver.git renamed vserver.spec.in to util-vserver.spec.in git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@29 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/util-vserver/.cvsignore b/util-vserver/.cvsignore index 65a4313..51b18a0 100644 --- a/util-vserver/.cvsignore +++ b/util-vserver/.cvsignore @@ -20,5 +20,6 @@ stamp-h1 stamp-h2 util-vserver-*.tar.bz2* util-vserver-*.tar.gz +util-vserver.spec vserver.spec vserverx-*.tar.* diff --git a/util-vserver/Makefile.am b/util-vserver/Makefile.am index 4bd67b4..dd84249 100644 --- a/util-vserver/Makefile.am +++ b/util-vserver/Makefile.am @@ -47,7 +47,7 @@ EXTRA_DIST = $(sysv_XTRAS) $(sysv_CFG) \ $(doc_DAT) $(man_DATMAN) \ $(scripts_SCRPTS) $(scripts_PRGS) $(scripts_XTRAS) \ pathconfig.h.pathsubst \ - vserver.spec \ + util-vserver.spec \ m4/ensc_cflags.m4 \ THANKS diff --git a/util-vserver/configure.ac b/util-vserver/configure.ac index a727a39..18c33f3 100644 --- a/util-vserver/configure.ac +++ b/util-vserver/configure.ac @@ -99,5 +99,5 @@ AC_SUBST(kernelincludedir) AC_MSG_RESULT($kernelincludedir/linux) -AC_CONFIG_FILES([vserver.spec Makefile distrib/Makefile]) +AC_CONFIG_FILES([util-vserver.spec Makefile distrib/Makefile]) AC_OUTPUT