Browse Source

Rename systemd template files to avoid @ in the file name

Perforce does not like @ in the file name and since these template files
do not really need to have that in the name, make the files in
repository friendlier to Perforce. The generated *.service file will
maintain their old names.

Signed-hostap: Jouni Malinen <j@w1.fi>
Jouni Malinen 13 years ago
parent
commit
6897ce14a4

+ 3 - 0
wpa_supplicant/Makefile

@@ -1476,6 +1476,9 @@ eap_ikev2.so: ../src/eap_peer/eap_ikev2.c ../src/eap_peer/ikev2.c ../src/eap_com
 %.service: %.service.in
 	sed -e 's|\@BINDIR\@|$(BINDIR)|g' $< >$@
 
+%@.service: %.service.arg.in
+	sed -e 's|\@BINDIR\@|$(BINDIR)|g' $< >$@
+
 wpa_supplicant.exe: wpa_supplicant
 	mv -f $< $@
 wpa_cli.exe: wpa_cli

+ 0 - 0
wpa_supplicant/systemd/wpa_supplicant-nl80211@.service.in → wpa_supplicant/systemd/wpa_supplicant-nl80211.service.arg.in


+ 0 - 0
wpa_supplicant/systemd/wpa_supplicant-wired@.service.in → wpa_supplicant/systemd/wpa_supplicant-wired.service.arg.in


+ 0 - 0
wpa_supplicant/systemd/wpa_supplicant@.service.in → wpa_supplicant/systemd/wpa_supplicant.service.arg.in