]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Rename systemd template files to avoid @ in the file name
authorJouni Malinen <j@w1.fi>
Sat, 28 Jan 2012 15:12:30 +0000 (17:12 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 28 Jan 2012 15:12:30 +0000 (17:12 +0200)
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>

wpa_supplicant/Makefile
wpa_supplicant/systemd/wpa_supplicant-nl80211.service.arg.in [moved from wpa_supplicant/systemd/wpa_supplicant-nl80211@.service.in with 100% similarity]
wpa_supplicant/systemd/wpa_supplicant-wired.service.arg.in [moved from wpa_supplicant/systemd/wpa_supplicant-wired@.service.in with 100% similarity]
wpa_supplicant/systemd/wpa_supplicant.service.arg.in [moved from wpa_supplicant/systemd/wpa_supplicant@.service.in with 100% similarity]

index 0832f10e34397679344b44ba007291da1cd432bc..c304407959e9924da8c30491b6557499ccb53741 100644 (file)
@@ -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