diff options
Diffstat (limited to 'comms')
-rw-r--r-- | comms/smstools/files/patch-install.sh | 2 | ||||
-rw-r--r-- | comms/smstools/pkg-plist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/comms/smstools/files/patch-install.sh b/comms/smstools/files/patch-install.sh index 6ee29d743043..520592e26fbe 100644 --- a/comms/smstools/files/patch-install.sh +++ b/comms/smstools/files/patch-install.sh @@ -14,7 +14,7 @@ echo "Installing config file" -copy examples/smsd.conf.easy /etc/smsd.conf -+copy examples/smsd.conf.easy %%PREFIX%%/etc/smsd.conf ++copy examples/smsd.conf.easy %%PREFIX%%/etc/smsd.conf.sample echo "Creating minimum spool directories" makedir $SPOOLDIR diff --git a/comms/smstools/pkg-plist b/comms/smstools/pkg-plist index fbf88add02c5..584305274400 100644 --- a/comms/smstools/pkg-plist +++ b/comms/smstools/pkg-plist @@ -12,7 +12,7 @@ bin/smsevent bin/smsresend bin/sql_demo bin/unicode2sms -etc/smsd.conf +etc/smsd.conf.sample %%PORTDOCS%%%%DOCSDIR%%/alarmhandler.html %%PORTDOCS%%%%DOCSDIR%%/blacklist.html %%PORTDOCS%%%%DOCSDIR%%/book.html |