Fixed                
                
            
            
                
                    Created: Mar 5, 2015   
                                            Updated: Dec 3, 2018                                    
                
                    
                                    
             
         
        
            
            
                                    
                        Resolved Date: Mar 26, 2015                    
                
                
                                    
                        Found In Version: 6.0.0.16                     
                
                                    
                        Fix Version: 6.0.0.19                     
                
                                        
                            Severity: Standard                        
                    
                                        
                            Applicable for: Wind River Linux 6                        
                    
                                    
                        Component/s: Userspace                    
                
                
                             
         
                        
                In wrlinux 6 a series of xinetd provided services does not get installed on the target.
Such as:
/etc/xinetd.d/daytime-stream 
In wrlinux 4.3 this was installed properly.
In wrl6, the scripts are being generated properly under build/xinetd/xinetd-2.3.15/contrib/xinetd.d but are not installed on the target.
The 4.3 xinetd spec file contained the following line:
install -m 644 contrib/xinetd.d/* $RPM_BUILD_ROOT/etc/xinetd.d which is missing from the wrl6 spec
        
                        
                1. configure a project based on:
--enable-board=intel-x86-64 --enable-kernel=preempt-rt --enable-rootfs=glibc-std+installer-support --enable-checkout-all-layers=yes --enable-reconfig --enable-jobs=9 --enable-parallel-pkgbuilds=9 --with-template=feature/target-toolchain,feature/lttng2,feature/wrsv-ltt,feature/nfsd,feature/build_libc --enable-rm-oldimgs=yes --enable-bootimage=ext3 --with-rcpl-version=0017
add the xinetd package.
2. build and check under /etc/xinetd.d/