X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=distrib%2FMakefile.am;h=abef01275a560b5a36b9056ed32a7762a19dc374;hb=4bd89a89ce2741bd2d4a203639c44772269e4e5f;hp=42953af81a0873616adc2cfca1168c1cbb6f077b;hpb=b7524644f70b0b0c4fba7f11b7e9ad3fb1c783da;p=util-vserver.git diff --git a/distrib/Makefile.am b/distrib/Makefile.am index 42953af..abef012 100644 --- a/distrib/Makefile.am +++ b/distrib/Makefile.am @@ -26,12 +26,14 @@ defaults_DATA = misc/debootstrap.uri \ misc/mtab \ misc/vprocunhide-files \ misc/vunify-exclude \ - misc/environment + misc/environment \ + misc/context.start nobase_distrib_SCRIPTS = redhat/initpost \ redhat/initpre \ redhat/rc.sysinit \ - gentoo/initpost + gentoo/initpost \ + gentoo/initpre nobase_distrib_DATA = defaults/devs \ defaults/apt.conf \ @@ -50,16 +52,23 @@ nobase_distrib_DATA = defaults/devs \ fc5/apt/rpmpriorities fc5/pkgs/01 fc5/pkgs/02 fc5/pkgs/03 \ fc5/yum/yum.conf $(wildcard fc5/yum.repos.d/*.repo) \ $(wildcard fc5/rpmlist.d/*.lst) $(wildcard fc5/rpmlist.d/*.opt) \ - centos42/pkgs/01 centos42/pkgs/02 centos42/pkgs/03 \ - centos42/yum/yum.conf $(wildcard centos42/yum.repos.d/*.repo) \ + fc6/apt/rpmpriorities fc6/pkgs/01 fc6/pkgs/02 fc6/pkgs/03 \ + fc6/yum/yum.conf $(wildcard fc6/yum.repos.d/*.repo) \ + $(wildcard fc6/rpmlist.d/*.lst) $(wildcard fc6/rpmlist.d/*.opt) \ + centos4/pkgs/01 centos4/pkgs/02 centos4/pkgs/03 \ + centos4/yum/yum.conf $(wildcard centos4/yum.repos.d/*.repo) \ suse91/apt/rpmpriorities suse91/pkgs/01 suse91/pkgs/02 \ - suse91/rpm/macros + suse91/rpm/macros \ + gentoo/init-vserver.sh gentoo/net.vserver \ + gentoo/reboot.sh gentoo/shutdown.sh nobase_confdistrib_DATA = rh9/apt/sources.list \ fc1/apt/sources.list \ fc2/apt/sources.list \ fc3/apt/sources.list \ fc4/apt/sources.list \ + fc5/apt/sources.list \ + fc6/apt/sources.list \ suse91/apt/sources.list AM_INSTALLCHECK_STD_OPTIONS_EXEMPT \ @@ -70,7 +79,7 @@ EXTRA_DIST = $(nobase_distrib_DATA) \ $(nobase_confdistrib_DATA) \ $(defaults_DATA) -redhat_style = rh9 fc1 fc2 fc3 fc4 fc5 centos42 +redhat_style = rh9 fc1 fc2 fc3 fc4 fc5 fc6 centos4 install-exec-hook: install-notify-xtra install-data-hook: install-data-xtras