forked from ungleich-public/cdist
		
	Merge branch '__motd_fix_for_debians' into 'master'
[__motd] debian|ubuntu|devuan use /etc/motd See merge request ungleich-public/cdist!880
This commit is contained in:
		
				commit
				
					
						d1b73dd42b
					
				
			
		
					 2 changed files with 0 additions and 11 deletions
				
			
		| 
						 | 
				
			
			@ -22,13 +22,6 @@
 | 
			
		|||
os=$(cat "$__global/explorer/os")
 | 
			
		||||
 | 
			
		||||
case "$os" in
 | 
			
		||||
    debian|ubuntu|devuan)
 | 
			
		||||
 | 
			
		||||
        # Debian and Ubuntu need to be updated,
 | 
			
		||||
        # as seen in /etc/init.d/bootlogs
 | 
			
		||||
        echo "uname -snrvm > /var/run/motd"
 | 
			
		||||
        echo "cat /etc/motd.tail >> /var/run/motd"
 | 
			
		||||
    ;;
 | 
			
		||||
    freebsd)
 | 
			
		||||
        # FreeBSD only updates /etc/motd on boot,
 | 
			
		||||
	# as seen in /etc/rc.d/motd
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -33,10 +33,6 @@ os=$(cat "$__global/explorer/os")
 | 
			
		|||
 | 
			
		||||
 | 
			
		||||
case "$os" in
 | 
			
		||||
   debian|ubuntu|devuan)
 | 
			
		||||
      # Debian-based systems use /etc/motd.tail as a template
 | 
			
		||||
      destination=/etc/motd.tail
 | 
			
		||||
   ;;
 | 
			
		||||
   freebsd)
 | 
			
		||||
      # FreeBSD uses motd.template to prepend system information on boot
 | 
			
		||||
      # (this actually only applies starting with version 13,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue