mirror of
				https://github.com/suiryc/archlinux-initrd-ssh-cryptsetup.git
				synced 2025-11-04 10:12:33 +03:00 
			
		
		
		
	killall is already available, no need for extra dependency
This commit is contained in:
		
							
								
								
									
										2
									
								
								PKGBUILD
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								PKGBUILD
									
									
									
									
									
								
							@@ -6,7 +6,7 @@ pkgdesc="Allows for LUKS-encrypted devices to be unlocked remotely over SSH"
 | 
			
		||||
arch=('any')
 | 
			
		||||
url="https://github.com/suiryc/archlinux-$pkgname"
 | 
			
		||||
license=('GPL3')
 | 
			
		||||
depends=('dropbear' 'cryptsetup' 'mkinitcpio-nfs-utils' 'psmisc' 'iproute2')
 | 
			
		||||
depends=('dropbear' 'cryptsetup' 'mkinitcpio-nfs-utils' 'iproute2')
 | 
			
		||||
install=$pkgname.install
 | 
			
		||||
changelog='ChangeLog'
 | 
			
		||||
source=("http://julien.coloos.free.fr/archlinux/$pkgname-$pkgver.tar.xz" "$pkgname.install")
 | 
			
		||||
 
 | 
			
		||||
@@ -70,7 +70,6 @@ build() {
 | 
			
		||||
    add_binary "dropbear"
 | 
			
		||||
    add_binary "ip"
 | 
			
		||||
    add_binary "/usr/lib/initcpio/ipconfig" "/sbin/ipconfig"
 | 
			
		||||
    add_binary "killall"
 | 
			
		||||
 | 
			
		||||
    # auth-related files
 | 
			
		||||
    add_file "/lib/libnss_files.so"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user