mirror of
				https://git.launchpad.net/livecd-rootfs
				synced 2025-11-04 10:54:07 +00:00 
			
		
		
		
	Import patches-unapplied version 2.174 to ubuntu/saucy-proposed
Imported using git-ubuntu import. Changelog parent: 6264d9ddaaa78b356fe1a70597b43cf59279aab8 New changelog entries: * make sure the bluetooth group has the right android GID on touch builds
This commit is contained in:
		
							parent
							
								
									6264d9ddaa
								
							
						
					
					
						commit
						903725ebdd
					
				
							
								
								
									
										6
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							@ -1,3 +1,9 @@
 | 
			
		||||
livecd-rootfs (2.174) saucy; urgency=low
 | 
			
		||||
 | 
			
		||||
  * make sure the bluetooth group has the right android GID on touch builds
 | 
			
		||||
 | 
			
		||||
 -- Oliver Grawert <ogra@ubuntu.com>  Fri, 16 Aug 2013 13:25:52 +0200
 | 
			
		||||
 | 
			
		||||
livecd-rootfs (2.173) saucy; urgency=low
 | 
			
		||||
 | 
			
		||||
  [Michael Terry]
 | 
			
		||||
 | 
			
		||||
@ -36,7 +36,8 @@ else
 | 
			
		||||
fi
 | 
			
		||||
/bin/egrep  -i "^bluetooth:" /etc/group
 | 
			
		||||
if [ $? -eq 0 ]; then
 | 
			
		||||
   echo "User bluetooth exists in /etc/group"
 | 
			
		||||
   echo "User bluetooth exists in /etc/group changing ID to 1002"
 | 
			
		||||
   groupmod -g 1002 bluetooth
 | 
			
		||||
else
 | 
			
		||||
   echo "User bluetooth does not exist in /etc/group -- must create"
 | 
			
		||||
   groupadd -g 1002 bluetooth
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user