[Packages] Fix init script props

git-svn-id: svn://svn.openwrt.org/openwrt/packages@10734 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
olli 2008-04-05 09:31:20 +00:00
parent 84c14f4609
commit 2157c962c5
30 changed files with 5 additions and 5 deletions

0
admin/syslog-ng/files/syslog-ng.init Executable file → Normal file
View File

0
ipv6/6tunnel/files/6bridge.init Executable file → Normal file
View File

0
ipv6/6tunnel/files/6tunnel.init Executable file → Normal file
View File

0
ipv6/ahcpd/files/ahcpd.init Executable file → Normal file
View File

0
ipv6/mrd6/files/mrd6.init Executable file → Normal file
View File

0
libs/postgresql/files/postgresql.init Executable file → Normal file
View File

0
net/asterisk-1.4.x/files/asterisk.init Executable file → Normal file
View File

View File

@ -119,7 +119,7 @@ define Package/bind-server/install
$(INSTALL_DIR) $(1)/etc
$(CP) ./files/bind $(1)/etc/
$(INSTALL_DIR) $(1)/etc/init.d
$(CP) ./files/named.init $(1)/etc/init.d/named
$(INSTALL_BIN) ./files/named.init $(1)/etc/init.d/named
find $(1)/etc/bind/ -name ".svn" | xargs rm -rf
endef

0
net/bind/files/named.init Executable file → Normal file
View File

View File

@ -67,7 +67,7 @@ define Package/bitchx/install
$(INSTALL_DIR) $(1)/usr/bin $(1)/usr/lib $(1)/etc/init.d $(1)/tmp
$(CP) $(PKG_INSTALL_DIR)/usr/bin/* $(1)/usr/bin
$(CP) $(PKG_INSTALL_DIR)/usr/lib/* $(1)/usr/lib
$(CP) $(PKG_INSTALL_DIR)/etc/init.d/bitchxrc $(1)/etc/init.d/
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/etc/init.d/bitchxrc $(1)/etc/init.d/
$(CP) $(PKG_INSTALL_DIR)/tmp/.bitchxrc $(1)/tmp
endef

0
net/bitchx/files/bitchxrc.init Executable file → Normal file
View File

0
net/bitlbee/files/bitlbee.init Executable file → Normal file
View File

0
net/click/files/roofnet.init Executable file → Normal file
View File

0
net/darkstat/files/darkstat.init Executable file → Normal file
View File

0
net/miau/files/miau.init Executable file → Normal file
View File

View File

@ -41,7 +41,7 @@ define Package/oidentd/install
$(INSTALL_DIR) $(1)/usr/sbin
$(CP) $(PKG_BUILD_DIR)/src/oidentd $(1)/usr/sbin/
$(INSTALL_DIR) $(1)/etc/init.d
$(CP) ./files/oidentd.init $(1)/etc/init.d/oidentd
$(INSTALL_BIN) ./files/oidentd.init $(1)/etc/init.d/oidentd
endef
$(eval $(call BuildPackage,oidentd))

0
net/oidentd/files/oidentd.init Executable file → Normal file
View File

0
net/openssh/files/sshd.init Executable file → Normal file
View File

0
net/parprouted/files/parprouted.init Executable file → Normal file
View File

0
net/peerguardian/files/peerguardian.init Executable file → Normal file
View File

0
net/polipo/files/polipo.init Executable file → Normal file
View File

0
net/rp-l2tp/files/rp-l2tpd.init Executable file → Normal file
View File

0
net/scanlogd/files/scanlogd.init Executable file → Normal file
View File

View File

@ -49,7 +49,7 @@ define Package/stunnel/install
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/stunnel $(1)/usr/sbin/
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libstunnel.so $(1)/usr/sbin/
$(CP) ./files/stunnel.conf $(1)/etc/stunnel/stunnel.conf
$(CP) ./files/stunnel.init $(1)/etc/init.d/S90stunnel
$(INSTALL_BIN) ./files/stunnel.init $(1)/etc/init.d/S90stunnel
endef
$(eval $(call BuildPackage,stunnel))

0
net/stunnel/files/stunnel.init Executable file → Normal file
View File

0
net/subversion/files/subversion.init Executable file → Normal file
View File

View File

@ -75,7 +75,7 @@ endef
# FIXME: check if busybox really provides a wget applet
define Package/wget/postrm
!/bin/sh
#!/bin/sh
ln -sf ../../bin/busybox $${IPKG_INSTROOT}/usr/bin/wget
endef

0
utils/collectd/files/collectd.init Executable file → Normal file
View File

0
utils/dbus/files/dbus.init Executable file → Normal file
View File

0
utils/smartmontools/files/smartd.init Executable file → Normal file
View File